After going through countless tutorials and articles, this video is where it all clicked and now I can finally resume working on my app. Thanks a lot
@HezOmanjo3 жыл бұрын
I have laughed through most of the presentation. :) Thanks for the lesson - simply put.
@mohamedragab95363 жыл бұрын
It's a great video, which has explained this topic clearly for someone how doesn't know anything about state management.
@faizansalam3 жыл бұрын
Watched so many videos on Provider package but your video was the best
@SergioArroyoSailing4 жыл бұрын
awesome job! you explained a complex topic in a simple and funny way :) kudos! :D
@Zizo1st4 жыл бұрын
Great job man, keep going! You should make a full course for Flutter
@LearnFlutterCode4 жыл бұрын
That's the plan!
@Zizo1st4 жыл бұрын
@@LearnFlutterCode Please notify me when you publish your first tutorial!
@wego37732 жыл бұрын
thanks a lot for your simple explanation.
@plainfilth11263 жыл бұрын
I honesty want to be this guy's friend
@abhisheksah Жыл бұрын
Brilliant Video !
@omaryasser21774 жыл бұрын
Well explained! Thank you.
@LearnFlutterCode4 жыл бұрын
Glad it was helpful!
@sanjaychhetri34074 жыл бұрын
This is an awesome explanation! Keep it up bro!
@Sozzah4 жыл бұрын
bro, YOU ARE THE BEST
@uxninja_imsnk84 жыл бұрын
great videos, glad I came across this
@ajoco993 жыл бұрын
Clear explanation, you transformed a lemmon in sweet juice
@ankitmehta35613 жыл бұрын
Thank you for the lesson. Can we use more than one change notifier in our app? If yes, then how do we implement it?
@_Amilio_4 жыл бұрын
Thank you. So well explained 👌
@LearnFlutterCode4 жыл бұрын
Thanks for the kinds words
@philosophia5577 Жыл бұрын
Why have you stopped making videos??? We would love to see these concepts videos and project playlists!!!
@George-or3uv4 жыл бұрын
This is an excellent tutorial
@LearnFlutterCode4 жыл бұрын
Glad it was helpful
@SK-up3pj Жыл бұрын
Nice explanation
@oliverbytes4 жыл бұрын
get package is the best!
@pradeepkumarreddykondreddy70483 жыл бұрын
Can you do a video on using Consumer in Provider ?
@aiaesthetic42013 жыл бұрын
well explained
@Akua-hx3rb5 ай бұрын
I have problem with my Flutter project. So I have ScreenA and Screen B. When I insert an object it detect and navigates to Screen B but I see in compiler that ScreenA hasnt "destroied"/dispose. It looks like it still talking with provider and calling some methods. I have tried to set listen:false but it doesnt work. I think I need to so something with life--cyckle methods? like didUpdateWidget or didChangeDependencies().
@elgrego38493 жыл бұрын
how implements inistate in provider?
@WorstDeveloper4 жыл бұрын
I don't understand, what if you have 50 app states? With Vue (JS framework) I have a central state store (Vuex) where everything is stored. Then I just listen to whatever data I want from that store, anywhere in my app.
@masudosman65433 жыл бұрын
in last part u gave listen = false with context parameter, it means ,provider dosen't care what ever the value is , but what if i care what the value is, that means i have to give the listen = true, the question is, is listen parameter by default set to true ? and if it is set to true , then why 12:34 sec u said it will give an error, what should i do if i need to get notify if the value get changed in darkmodemodel and also access the toggle function?
@rishabhprasad83333 жыл бұрын
Awesome!
@bhbro40724 жыл бұрын
You make cool videos, they are light and clear 😊👍 but my question is regarding production - what software do you use for presentation creation?) Thnx
@LearnFlutterCode4 жыл бұрын
I use slides.com Thanks
@87rera3 жыл бұрын
Genius 😁
@basudevnayak87624 жыл бұрын
Thank you so much.
@LearnFlutterCode4 жыл бұрын
You're welcome!
@IrfanIshak4 жыл бұрын
Please explain Bloc then move to Provider. Thanks
@mrunfunny4 жыл бұрын
provider is actually used by bloc itself, so it would be good if you have knowledge of providers first
@marufhassan6344 жыл бұрын
Are you using Powerpoint presentations with animation to make these videos? Looks great by the way
@LearnFlutterCode4 жыл бұрын
slides.com
@b3njamim3 жыл бұрын
You're so good teacher, teach how to live senpai
@LearnFlutterCode3 жыл бұрын
be grateful
@mayshalabne Жыл бұрын
11:40 "will the real provider please stand up?"
@DB-dk2mj3 жыл бұрын
God bless you!
@rahultirkey79504 жыл бұрын
If we don't use ChangeNotifireProvider then can we access the data from classes?
@LearnFlutterCode4 жыл бұрын
yes definitely. However, your other widgets may not able to access data