-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problème avec les fichiers pour la formation flutter/recipe #1
Comments
Bonjour,
Ce sont des problèmes liés au null safety. Je vous conseille de vous baser
sur mon code mis à jour : https://github.com/dsilvera/flutter_formation
Il n'y a pas de classe RecipeDatabase dans ce code car nous utilisons hive
qui est beaucoup plus simple à mettre en place. Tout se passe avec les
annotations dans la classe Recipe.
Je vous conseille de regarder la suite de la formation qui parle justement
de Hive.
Le jeu. 23 déc. 2021 à 14:34, adoumtaiga ***@***.***> a
écrit :
… Bonjour, je suis tomber sur votre tutoriel sur Youtube et j'ai été
vraiment intéressé car ca résout un problème que je fais fasse
actuellement, mais après avoir essayer j'ai des erreurs que j'ai pas pu
résoudre, alors j'ai suivi le lien vers votre code Git, j'ai copié vos
différentes fichiers et update les dépendances mais j'ai toujours ses
erreurs.
J'ai les erreur sur les 3 fichiers qui suivent: main.dart[ligne 31] ,
recipeDataBase[ligne 7 et 10] , recipeListeScreen[ligne 40.
[image: recipe_list]
<https://user-images.githubusercontent.com/40995789/147247101-a2f2257b-10e6-4cd4-899d-f4f2ec6b2696.PNG>
[image: recipe_database]
<https://user-images.githubusercontent.com/40995789/147247110-28af6076-af9a-4704-8d31-f9cdc5a4b40a.PNG>
[image: main]
<https://user-images.githubusercontent.com/40995789/147247117-8eb32024-a9b1-4dd0-acff-ebf331014748.PNG>
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/recipeListScreen.dart
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/recipeDatabase.dart
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/main.dart
Merci a vous, je serai en attente d'une réponse.
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM24EMIXEMQISDBRTMYI3DUSMQPDANCNFSM5KUZO7JQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
David Silvera* | Voodoo*
P Consider the environment. Please don't print this e-mail unless you
really need to.
P Pensez à l'environnement avant d'imprimer ce message.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bonjour, je suis tomber sur votre tutoriel sur Youtube et j'ai été vraiment intéressé car ca résout un problème que je fais fasse actuellement, mais après avoir essayer j'ai des erreurs que j'ai pas pu résoudre, alors j'ai suivi le lien vers votre code Git, j'ai copié vos différentes fichiers et update les dépendances mais j'ai toujours ses erreurs.
J'ai les erreur sur les 3 fichiers qui suivent: main.dart[ligne 31] , recipeDataBase[ligne 7 et 10] , recipeListeScreen[ligne 40.
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/recipeListScreen.dart
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/recipeDatabase.dart
https://github.com/dsilvera/flutter_formation/blob/38e0a2001ed79da404829362ad3c688c493e03b1/lib/main.dart
Merci a vous, je serai en attente d'une réponse.
The text was updated successfully, but these errors were encountered: