Provider and ChangeNotifier in 7 Minutes

preview_player
Показать описание
Learn how to use Provider with ChangeNotifier in Flutter. As well as all of the different ways to read a value using Provider - read, watch, select, consumer and selector.

00:00 - InheritedWidget
01:11 - Provider
02:09 - Read extension method
02:58 - Watch extension method
03:13 - ChangeNotifier
04:22 - Select extension method
04:52 - Consumer Widget
05:58 - Selector Widget
06:19 - Other tips

Part 2 | Proxy, Stream and Future :
Рекомендации по теме
Комментарии
Автор

This channel is a blessing to those of us learning flutter. Keep up the good work

michaelmboya
Автор

Amazing explanation, to the point, but importantly covering almost all of the necessary basics.
Articulating well in this manner is an awesome skill and somewhat rare as well. Appreciate the hard work and the effort man.

nazmumasood
Автор

I watched this video when I had no knowledge on state management, I understood nothing, then I read Flutter Complete Reference Book and watched this video again, now it completely makes sense. GoodJob

abhishekbhambure
Автор

Amazing to see you depict the modules in the tree w/ the associated code, very cool!

dannykay
Автор

Best video to get grasp on beginner fundamentals of Provider package. Found very helpful Thank You😄

sakibshaikh
Автор

I have been struggling to implement provider in my project for a long time, but I made it work right after this video.
Thanks for saving me from countless hours of head smashing

metamorphis
Автор

This video earned you a subscriber. Your presentation of this material was freaking flawless - better than Googles little video. Thank you.

DB-hocc
Автор

Your explanation is better than the rest. You'll grow big for sure.

hiteshpandey
Автор

perfect explanation, I really struggled to get this from articles, and this video came with help.

mikoaj
Автор

The best info I've found on this so far - massive thanks

davebound
Автор

Lmfao why doesn't this have more views! Simple, Expressive, Covers everything, Visually easy to understand!!

yashgutgutia
Автор

now flutter 3.0.1 is current version,
but your provider still better and great,
thank you

mr.knight
Автор

Very helpful and boiled down to its essence. Keep it up!

Caffeine
Автор

best video on provider i have ever seen. keep going

gowthammg
Автор

Damn bro 😯 what a quality content 👌 u explained it better than there documentation.🎉

karanjhinga
Автор

awesome explanation, and what makes you special that you are precise and concise.
let me add that it would be better if you can share a specimen of source code ( i believe this way would increase the number of viewers also )

eliepoun
Автор

Cara muito obrigado pelo vídeo. Embora eu não tenha feito como vc, vc me deu uma luz pra resolver meu problema. Eu estava usando o ChangeNotifierProvider e não estava funfando nem pro decreto. É pq eu tinha usando um MultiProvider e tinha dado um vacilo lá trás. vlw ai jovem

Tibiafy
Автор

Perfect Explanation, Perfect Video Editing, Perfect Example::: Awesome

nowhynot
Автор

May I know if I obtain a change notifier, and would like to listen to its change in the same widget.
So I should wrap a ChangeNotifierProvider and Consumer in the same widget, or is there any other cleaner way?

danielchan
Автор

instead of using select on a param can we do something like or that's different?

erperejildo