Flutter Tutorial - 1/2 Todo App UI From Scratch (Provider)

preview_player
Показать описание
Let's create a todo app from scratch with Flutter and the provider package.


Resources:

--- JOIN THE CREW ---

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Me :-)

PLAYLISTS

If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Great tutorial. Even though sometimes switching between files goes too fast for a beginner like me, I like and appreciate the style of teaching 🎉 Thank you!

sighera
Автор

Du machst die besten Flutter-Tutorials auf Youtube. Ein glück habe ich dich entdeckt.

peters
Автор

Thank Johannes. This was a brilliant. Better than a flutter course that I paid for. Keep it up!

manuponce
Автор

Super Tutorial Johannes!! Sehr sehr herzlichen Dank!

ivanyoed
Автор

amazing as always, your tutorial is always on point, love to learn new stuff from you sir

wahyualfandi
Автор

Thank you for the tutorials. God bless you.

musoxon_
Автор

😁Again👌. Make some videos on stream builder and inherited widget bro. Keep rocking 🔥

althafaralijaffarali
Автор

Thank you sir! when will you upload the second part of this video? can you show us on how to display the todo task by categories? thank you sir! it would be a big help :))

emptylyrics
Автор

what is *VoidCallback* ? it's my first time seeing it, does it work the same as *Function* ?
Also my first time seeing *ValueChanged*

StarBattle
Автор

Do you have a simple example video for Provider()? Just want to understand why it is relevant.

orjihvy
Автор

In show dialogue there is builder field what should i give there?

gangasunny
Автор

Wow bronu r so awesome and so stable and clear, please experiment with windows apps or mac os apps in next videos.. and if possible use 60 fps

faheemahmadofficial
Автор

under todo_widget, the slidable action does not work anymore, Ive followed the latest version but it still doesnt work. I decided to use the flutter slidable version used in your tutorial, however the error was cannot run with sound null safety. Can you help me please? I don't know how to solve this issue :(

shanney
Автор

Error: Could not find the correct Provider<Todosprovider> above this ToDoListWidget Widget I GOT THIS ERROR...ANYBODY CAN HELP?

safari
Автор

I am having a huge problem with the code at 7:30. I copied the code completely the same however when I did it, I got a huge bunch of errors in this part of the code:
TodoFormWidget(
onChangedTitle: (title) => setState(() => this.title = title),
onChangedDescription: (description) => setState(() => this.description = description),
onSavedTodo: () {},
here are the errors:
- A value of type 'Null' can't be assigned to a parameter of type 'void Function(String)' in a const constructor.
- Invalid constant value.
- The values in a const list literal must be constants.

These errors was for each line onChangedTitle, onChangedDescription and onSavedTodo. Overall, I have 9 errors and I dont know why because I have written the exact same code.
please help and quickly because I really want to finish this.
thanks

skininja
Автор

It would be better if you use better naming conventions for files.Sometimes it is confusing to understand.

sameeranand
Автор

Great app, unfortunately it's very hard to follow this tutorial since they introduced null safety. Even running the app after implementing the provider is impossible until you manually add --no-sound-null-safety inside settings > Flutter run additional args

Tom-entc
Автор

I am unable to show data on home screen

razakhan
Автор

Downloaded your repo it started and then it was not working because you cheated and didn't uploaded entire projrct

shreyanshsharma
Автор

In show dialogue there is builder field what should i give there?

JihuRamen