Provider 📱 Simple State Management • Flutter Tutorial

preview_player
Показать описание

~;

~;
Рекомендации по теме
Комментарии
Автор


Apps I've made using Provider:

I hope this helps you ✌🏾💜

createdbykoko
Автор

This may as well be THE best explanation video on privider I have seen. Straight and simple. I cant wait for the further implementation in the sushi app! Keep it coming!

ThePilli
Автор

Much awaited State Management series from Koko. You have helped me improve my UI skills to a great level and its great to see you getting more into logic and backend.. Hope to see a lot more videos on State Management and best coding practices, architectures, etc.

philosophia
Автор

Bro carrying flutter tutorials on YouTube right now ... Keep up the good work! 👍

arvidd
Автор

Simple & straightforward, great job Koko!

thomasthemaker
Автор

In my case, I won't call the "CounterModel" class "CounterModel" because it isn't a model. This is where you do the business logic, data fetching, and other interactions with external resources like APIs or databases. If you know what a data class is then that's a model, models define the structure of your app's data like "Order", "User" and more but a class that provides data and handles the business logic for your Widget(s) should be called a "Service Provider", I mean "CounterService" while you could have a "CounterModel" if your counter is more than just an "int".

You made the 👍 best, wish I saw this while I was learning instead of reading the entire documentation 🤣🤣

gofullstack
Автор

Thank you for this, I was writing flutter relying on setState a lot but now that I am working on bigger projects, I want to move on to using either provider or bloc.

Thank you again.

thegreatkizo
Автор

Thank you for making this. I'm new to flutter and your videos are a big help!

indianapapi
Автор

Really great tutorial! I’m learning flutter to build my first app and this was a really simple but clear explanation of Provider and how to use it. Thanks for your hard work!

chovbee
Автор

Great video mate! State management is a nightmare for me. Do you have any video about riverpod or bloc?

rafaelrojas
Автор

thank u very much for explaining it in simple way with the default project
i spent my one entire day scrolling youtube to learn this concept but still confused what the heck they did coz i can't do it along as there project is different

doing it side by side and manipulating really helps me to grasp it

aka-Monster
Автор

Koko did it again. Much appreciated tutorial

flutterIgnite
Автор

Some people have great brain, i don't know why I am not able code like them, god gifted people 😭

valkiprasannakumar
Автор

Thanks for this useful video. Please make Twitter sign in😊

ebuzersariyerlioglu
Автор

Thanks Mitch Koko, it is simple and easy to understand. Regards.

heberthdeza
Автор

Your explanation is really good - Provider has been confusing me quite a bit - but I can't wait to see your video covering the application of Provider in the sushi app. I feel like I understand the basics, but am really struggling with applying Provider in a complex app and examples I found on the internet aren't really good at explaining it either...

e_velog
Автор

Great vid! explained it really simple
But in most apps there are multiple states, how do you wrap it all in your widget?
What about the main(), do you add the same changeNotifier to every single provider?

vitalyuchter
Автор

Great tutorial! I have a question, why did you continue to use the MyHomePage as a stateful widget? Couldn't we use a stateless widget now that we have the provided sat up.

haseebkahn
Автор

For the onPressed, I think you could just put the value.increment tear-off in there, right?

onPressed: value.increment,

SEGVeenstra
Автор

Excellent channel, thanks. Can you say what tool you use for to do the channel animation, like in this video?

programadormelhor