You speak English very clearly. It was a very good explanation for those who know little English (like me). thanks!
@pamelaloyola48243 жыл бұрын
Totally agree!
@Akua-hx3rb5 ай бұрын
I don't care the accent but the English speaking - total yes! Love it!
@ricard4583 жыл бұрын
Thnaks for explaining! Keep recording videos!
@frankeestv38603 жыл бұрын
DamN! Very Crystal clear explaination. Keep it up brother!
@uvaismohammad42162 жыл бұрын
What an awesome explanation...Thank you so much bro..❤🥰🥰❤
@danumichael48644 жыл бұрын
Great video.thanks for creating this ❤️❤️
@ismannyb81484 жыл бұрын
Awesome . Very helpful.
@hamidullomirzaikromov84682 жыл бұрын
Awesome thank you!
@Akua-hx3rb5 ай бұрын
Another question what if you have wrote set switchColor() is it better than calling void?
@Akua-hx3rb5 ай бұрын
I have a question here: What is the right way to call notifyListeners()? I use to add notifyListerners() at the end but I have seen some write like middle of the code. What if I call notifyListeners() twice?
@MrWaesh Жыл бұрын
How are you getting the tree view in vscode?
@faridahmadov59912 жыл бұрын
Thank you Sir
@RLstavista8 ай бұрын
I still need more brain cells to understand this... though I can tell the explanation is still quite good
@kamleshvaishnav43204 жыл бұрын
Great video ❤️
@vinayreddypulagam4 жыл бұрын
please explain selector
@altered.thought3 жыл бұрын
Hi, can you list the vscode extensions that you are using, ...
@LearnFlutterCode3 жыл бұрын
I have a video about it :kzbin.info/www/bejne/rXTGaHqngZV6d9U
@fenchai48924 жыл бұрын
why not just use provider.of or context.of instead of consumer? makes things simpler while keeping the same functionality
@LearnFlutterCode4 жыл бұрын
Consumer helps in optimising your app performance. If you prefer simplicity over performance, it is up to you
@fenchai48924 жыл бұрын
@@LearnFlutterCode if i remember correctly the author said it probably wouldn't matter much in terms of performance. I would like to see someone do the testings though :)
@LearnFlutterCode4 жыл бұрын
@@fenchai4892 thanks for the info. will take note of this
@섀플리4 жыл бұрын
Hi, Nice content. Why did you change the name of your channel? You used to upload video with name of 'thehappyharis'. Just curious.
@LearnFlutterCode4 жыл бұрын
I feel that the brand thehappyharis is more than Flutter. Therefore, I am going to create a second channel that suits thehappyharis brand
@iamvalenci49 ай бұрын
W video
@anonymousfatfreddy62404 жыл бұрын
Hi Happy
@Akua-hx3rb5 ай бұрын
".. not the money you build the app" oh :( lol
@ArshdeepSingh-ob7rj3 жыл бұрын
Try to almost never use setState(), It's not worth it, If you want performance .Learn Provider(easiest) or Bloc architecture and use it almost everywhere