thank you, We are waiting for the continuation of the lessons
@carstenjensen31238 ай бұрын
This is one of the best tutorials I have seen on Flutter development. Very well though out. Very good pace. Awsome! Thanks! Oh - yes state management would great too.
@spreadcoding8 ай бұрын
Thanks for the appreciation
@spreadcoding8 ай бұрын
State management: kzbin.info/www/bejne/gXmcnK2Fh8dlaa8
@RajaGanapathy-f2y9 ай бұрын
Super explanation on UI design
@spreadcoding9 ай бұрын
Thank you
@RocoSafreti7 ай бұрын
Great tutorial. Well done. Nice pace and easy to understand.
@spreadcoding7 ай бұрын
Always welcome
@AR-md2tz8 ай бұрын
Loved this video - if you could create another video on state management that would be awesome.
@spreadcoding8 ай бұрын
Yes sure
@BrettKromkamp7 ай бұрын
Thanks for this useful tutorial.
@spreadcoding7 ай бұрын
Always welcome
@UCDAT6 ай бұрын
Amazing
@spreadcoding6 ай бұрын
Thanks
@mbrdlarun91436 ай бұрын
Thanks for ths tutorial ! Is it the StreamBuilder method that should be used to avoid refreshing the page with each change?
@spreadcoding6 ай бұрын
Maybe, but not tried yet
@spreadcoding6 ай бұрын
You can check it
@Phil-xz5ym2 ай бұрын
Hello good work.....where can I found the source please? thanks
@vikashtiwari836011 ай бұрын
thankyou soo much
@DataSet9 ай бұрын
Would you still need a state management if you had a StreamBuilder instead of a Future builder?
@spreadcoding9 ай бұрын
It's good for small apps, but if we have more complex apps then state management is must.
@DataSet9 ай бұрын
@@spreadcoding Ok, would love to see some State management like Provider or Bloc on your channel.