Flutter State Management with Provider 5

preview_player
Показать описание
Provider is an excellent choice to manage state in your Flutter apps. I talked about Provider version 3 in a previous video. This is an updated version.

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

Thank you. This was the best Provider tutorial I came across. Subscribed.

chummyigbo
Автор

La mejor explicación de provider que he encontrado.

wjbtc
Автор

crystal clear explanation.. thank you very much Sir...🙏

alhambase
Автор

Thankyou sir...easy to understand explanation. You made my day ❤️

sdewangan
Автор

Thank you Sir! Finally got what this is and how to use it! Yes new syntax is so nicely lighter :-) I get that CNP is just a "centralized" class holding data accessible from the whole app and you can link variables around your app to class variables. To me it's similar to a database table (with stored procedures to change values) with the only difference that you don't need to retreive data manually but it is automacally retrieved on update. Getting the high level concept makes it all so much easier to parse.

thatcaligula
Автор

14:48 at this point it gives me an error that says i cant use the consumer insider the list of widgets .whats the solution ?

delarammajestic
Автор

Thanks a lot, i can't tell you how much useful it was

sahilverma
Автор

One of the greatest tutorials of Provider!
I have a question, I have a List of data which I get with an API call, I use a GridView to make infinite scroll with several calls to the API.
What is best to use for this, FutureProvider or StreamProvider?
Thanks!

senor
Автор

perfect explanation! thanks! subscribed

TheMarchukav
Автор

Awesome tubes bro but could you find a way to clear text easily upon onpressed add button ive been trying for days to work it out using textediting cotroller but it keeps breaking, appreciate maybe an updated tube with extra functions maybe adding firestore etc. cheerscheetah✌️

iamgadgetboy
Автор

great explanation, you just gain a new subscriber, thank for share

haroldpepete
Автор

Great content, would it be possible to refresh state from web socket connection (2 way binding) if item of the list is updated from server?

vee-obsidian
Автор

Thank you for the great explanation, can we do this with API and perform crud operation using the provider. Any video or resources

zaheeruddinbaber
Автор

Can you please make a video on searching and filtering the list after retrieving it from Firestore?

parthdesai
Автор

i have a problem with the delete fuction when my cards have the same name and same city they are deleted all together when i press the button but when i have different names it works as expected

delarammajestic
Автор

Where do we have to initialise firebase in the main.dart along with the multiprovider??

gaganraj
Автор

is there a complete version of your codes in github?

maxtay
Автор

Hello, I'm new on Flutter Development
What is the best Flutter project structures ?

I've seen bloc version of resocoder, but, what about provider ?

wahyuamirulloh
Автор

hi, what is font in your editor ? It seems like something simple but I can't realise (( please, tell the name of the font.

rudinandrey
Автор

Instead of using removeWhere you can use removeAt which is simple and fast. By the way i learn a lot Thank you

shahrukhkhan