This was absolutely fantastic, so many fundamental things in one very coherent tutorial. You made me see the big picture behind flutter development. Thank you very much!
finally, thanks to god that I found you sir. I literally almost cried, I wanted to learn the bloc pattern so bad but just couldn't get my head around it. In this video I learned so much, not only about the bloc pattern but how to structure your code. Thank you very much, keep up the good work.
Thanks for the video! It would be very good if you could create one that extends the example to having a create or edit album screens. I think that using the same bloc on a child screen opens a lot of questions and potential problems.
Great Tutorial !!! But I Have A Question Regarding Error Handling. Should We Write Same Error Handling Code For Every Event Or Put n Configure Into A Separate Class So That Can Be Automatically Reused?
Why dont you explain that why are you using those things.. you just write codes.. we get it like rattafication.. here is the steps and we dont know why we writing this thats what we get
best bloc video ever , thank you
You are welcome
Thank you for the wonderful video sir it is much helpful for me and my team
Awesome tutorial
Wow am so happy for this tutorial. Thanks sir
You are welcome.
Thank you so much for the wonderful tutorial i learnt a lot from it thank you sir
This was absolutely fantastic, so many fundamental things in one very coherent tutorial. You made me see the big picture behind flutter development. Thank you very much!
finally, thanks to god that I found you sir. I literally almost cried, I wanted to learn the bloc pattern so bad but just couldn't get my head around it. In this video I learned so much, not only about the bloc pattern but how to structure your code. Thank you very much, keep up the good work.
You are welcome. I m glad my video helped.
I love the way presents the error handling. Thank you, mister!
You are welcome
really awesome video best among other
Thankyou so much. Keep supporting
Thanks bro, its very helpfully for me as beginner flutter dev
Best explanation ever man!
thanks, very helpfully
thank you a lot
So many essential features in one single video, just loved it. Thank you very much for such an effort. 💐 💐
You are welcome. Please support by subscribing.
@@MobileProgrammer Btw, do you have any video on data pagination ?
Not yet. Sorry
thanks, bro...I love this video.
❤❤❤❤❤❤❤❤❤🔥
Thanks for the video! It would be very good if you could create one that extends the example to having a create or edit album screens. I think that using the same bloc on a child screen opens a lot of questions and potential problems.
can you tell us which code snippets for fast work, you are using in vscode?
Please,could you make a another video cloud store? if possible?, Thanks!
I will try.
Lol I was about to rewatch resocoders bloc video
This I did using a real world example, not a classical counter example. Please watch and let me know the feedback.
Nice video 😄
How to share image to whatsapp "specific contact number" in flutter ?
that was very great video. your voice is coming very slow in video.
Will keep that in mind and fix in the next video.
Great Tutorial !!! But I Have A Question Regarding Error Handling.
Should We Write Same Error Handling Code For Every Event Or Put n Configure Into A Separate Class So That Can Be Automatically Reused?
Same error handling for every event would be better bcoz different errors might be handling differently.
Hey bro great video! How many subscriber do you have?
Around 10K
@@MobileProgrammer oh great. Please Show it as it has some impact☺️
Sure.
Sir,plz flutter app ui design, admin dashboard pannel, e-commerce app, app deployment, app testing, AWS CLOUD HOSTING SETUP FOR NEW DEVELOPERS. App fix crash issue.
Would you please write the same code using bloc 8? things aren't going well for me :(
For the flutter_bloc : ^7.0.1 version use the below code snippet.
_loadAlbums() async{
context.read().add(AlbumEvents.fetchAlbums);
}
Why dont you explain that why are you using those things.. you just write codes.. we get it like rattafication.. here is the steps and we dont know why we writing this thats what we get
Let me know which is the line you didn't understand.
no subscrib
context.bloc().add(AlbumEvents.fetchAlbums); what is the work flow of this code?