Im new in bloc pattern and i have scattered the internet to learn it, but this is by far the most understandable, complete and easy tutorial for bloc, unlike other tutorials that always use that counter app... smh
@dbestech2 жыл бұрын
You are most welcome
@zainroyan15562 жыл бұрын
I mean how a newbie like me knows how to store data, return data and fetch from api in bloc when they do is to only teach incrementing int value
@xdy94946 ай бұрын
this is the easiest flutter bloc tutorial to understand I have ever found in the entire youtube! thanks for thisss
@dbestech6 ай бұрын
You're very welcome!
@musoxon_ Жыл бұрын
I think this is the best explanation I found on KZbin about Bloc, Jaazakumullohu xoyron kasiron.
@Patarringle2 жыл бұрын
You are my hero. That explanation about the RepositoryProvider made me realize what was the problem I was dragging for almost 4 weeks. THANK YOU!
@dbestech2 жыл бұрын
You are most welcome
@Charly9K Жыл бұрын
coming from getx this has been the best bloc tutorial i have found, thank you sir!
@dbestech Жыл бұрын
Glad it helped!
@Ggbebe373 Жыл бұрын
Best tutorial so far for the Bloc pattern. Extremely helpful. It’s easy to understand for beginners. 👍 Thank you so much!
@dbestech Жыл бұрын
Glad it was helpful!
@DavideBelardi2 жыл бұрын
Best tutorial ever to learn the BLoC Pattern, seriously good!
@dbestech2 жыл бұрын
Glad it was helpful!
@angecyrillenoutchogbe32262 жыл бұрын
you're right
@borissoto Жыл бұрын
this is by far the best tutorial about flutter bloc, thanks a lot
@OfficialCodeHub Жыл бұрын
best tutorial on bloc 👍👍
@maksmedvedev12072 жыл бұрын
Ohh man. Its the simplest tutorial. Thank you so much!!!😃
@dbestech2 жыл бұрын
Glad it helped!
@kowsitweencraft2 жыл бұрын
im new to bloc..and this is very clear..plz upload this kind of videoes
@dbestech2 жыл бұрын
Yes, will come more
@angelsureshkarki2 жыл бұрын
Sir i find Bloc very beautiful... thank u for this great concept!
@dbestech2 жыл бұрын
You are most welcome. Yes coming more. Now I love Getx and BLoC. They are great. what's your most favorite now?
@alisampson66392 жыл бұрын
@@dbestech Getx is my favorite now. I love the route management feature
@abass5862 жыл бұрын
Great tutorial, i'm still trying to figure out how to properly use blocs and this helped. Thanks you sir!
@ykmusicpro3624 Жыл бұрын
U are the best teacher thank u so much Sir.
@dbestech Жыл бұрын
So nice of you
@azamovdev Жыл бұрын
Assalomu alaykum . this guide is very useful i am learning flutter now it helped me a lot. good luck with your work. great content
@subsoho2 жыл бұрын
Ty for sharing . A pair of question please...1) I see u calling LoadUserEvent in build method so every time the app rebuilds it will load all the data ? not inefficient? Explain please. 2) What about global variables ? If u calling BlocProvider inside the ui, u can't get global variable for the whole app ?. Imagine a login screen used to get a global user for the whole app then bloc provider should be on main screen ? . Again thank you for sharing.
@pedroeduardoquinonesgarcia1080 Жыл бұрын
Good tutorial, now I understand flutter_bloc, thank you.
@dbestech Жыл бұрын
most welcome
@priyanshupaliwal8548 Жыл бұрын
Great explanation, Loved the content🤩
@ВованчоХБКовский Жыл бұрын
Bro that's cool, now I understand everything, thank you)))
@dbestech Жыл бұрын
Glad to hear that!
@islamimam_ Жыл бұрын
thank you sir i will be honored if we meet someday to thank you in person
@ImmanuelJohn-cv4ke Жыл бұрын
Excellent 🤩🤩
@dbestech Жыл бұрын
Thank you! Cheers!
@fluttterdev1k Жыл бұрын
thanks master , its really useful lessons please just keep going ;;
@dbestech Жыл бұрын
Thank you, I will
@deedev72792 жыл бұрын
Salam bro, you are the best
@dbestech2 жыл бұрын
You are the best
@deedev72792 жыл бұрын
Can we inject multiple states for builder ?
@dbestech2 жыл бұрын
@@deedev7279 I guess no. Only one state at one time. But you can do list of state classes
@deedev72792 жыл бұрын
@@dbestech can you suggest example code or article ?
@rajadurai.2 жыл бұрын
It's useful my learning
@dbestech2 жыл бұрын
Glad to hear that
@erey78302 жыл бұрын
Thankyou sir. But, I have a question. How to update automatically that list data when we post new data in another page and navigator.pop to this list data screen?
@Jose.Lourenco2 жыл бұрын
There is a typo in your thumbnail, should be "Http Request". Thanks for the video and looking for the next one.
@dbestech2 жыл бұрын
Oh thanks!
@juanpbloballesterossos36867 ай бұрын
Muchas gracias me salvaste la vida
@dbestech6 ай бұрын
You are welcome. like and share
@calvinandhika Жыл бұрын
thank you very much with amazing tutorial. Want to ask about RepositoryProvider why we would need this DI when we can just directly inject provider to the blocprovider? something like UserBloc(UserRepository) rather than UserBloc(RepositoryProvider...)? This is the first time I see RepoProvider and genuinely curious what kind of case I need this method. Thank you once again for the tutorial
@subodhrai75002 жыл бұрын
Great
@kazerdira47048 ай бұрын
did dbestech used the archeticture using logic of repositories MultiRepositoryProvider in top of material Widget and deep dive in it , even if it is in udemy , wish you answer me , thank you
@dbestech7 ай бұрын
I did not use RepositoryProvider in Udemy either. There are other ways to do things.
@nahomersom4062 жыл бұрын
Thanks a lot, well explained.
@dbestech2 жыл бұрын
You are welcome!
@fluttermakers2 жыл бұрын
good video i subscribed 👍😉
@dbestech2 жыл бұрын
Thanks for the sub!
@bobhero72 жыл бұрын
Please make a step by step video on expansion tile flutter.. Humble request 🙏🙏
@dbestech2 жыл бұрын
I will
@sangamsingh68662 жыл бұрын
Nice Explanation. Can you please add post, put and delete methods as well for Bloc.?
@dbestech2 жыл бұрын
I will cover soon
@seamensclubaihub2 жыл бұрын
Huge thanks! Cool!
@dbestech2 жыл бұрын
No problem!
@reiaxel82852 жыл бұрын
hey bro, I have few questions, why it doesn't use bloc listener? and when we using bloc listener? , btw appreciate this video, very helpful
@dbestech2 жыл бұрын
You can.
@subsoho2 жыл бұрын
You use bloc listener when you need to do something not directly related to ui widgets like navigation or snackbars.
@vianeyvargas77362 жыл бұрын
Excellent vídeo great, please upload vídeo Google Maps, GPS, ando Location and tracking using flutter bloc? Please
@dbestech2 жыл бұрын
Great suggestion!
@gyanupadhyay94732 жыл бұрын
nice video bro can u make video on clean architechture + Bloc + TDD(test driven development)
@dbestech2 жыл бұрын
I will try
@amitaiefrati41112 жыл бұрын
This will be great
@meek68362 жыл бұрын
@@dbestech it will be awesome
@sosoTheLittle2 жыл бұрын
Check resocoder channel
@meek68362 жыл бұрын
@@sosoTheLittle thats outdated
@samir99322 жыл бұрын
Is this the video you mentioned in community section?
@dbestech2 жыл бұрын
no
@dbestech2 жыл бұрын
It covers the basic
@samir99322 жыл бұрын
Thanks 😊
@khangluonguc51872 жыл бұрын
You can do a tutorial on infinite scroll pagination when using Bloc with Clean Architecture?
@dbestech2 жыл бұрын
I will try thanks
@deenaadam58782 жыл бұрын
I'm trying to make image api using laravel but I'm facing errors, is there a tutorial for this ? And thanks for this amazing video!
@dbestech2 жыл бұрын
kzbin.info/www/bejne/p3nOeZZ6d96Va8k have you tried this?
@mayogarcia57952 жыл бұрын
Thanks
@dbestech2 жыл бұрын
Welcome
@iamd.72 жыл бұрын
please make a music application with all functionality it would be soo helpful.
@dbestech2 жыл бұрын
Yes, I will
@manishkarki8119 Жыл бұрын
do you have git?
@memodelapena2890 Жыл бұрын
Hi, how can I pass the User's data to Details Screen using the "Generated named routes"?
@dbestech Жыл бұрын
kzbin.info/www/bejne/mp2ZoIiNa61qr9E this should help you
@sujithsureshkumar2 жыл бұрын
Hai, I have a doubt that what is the use of Wrapping with RepositoryProvider?
@dbestech2 жыл бұрын
for network request
@harloom96032 жыл бұрын
Please share tutorial widget test and unit testing
@dbestech2 жыл бұрын
will cover
@mdataullah5489 Жыл бұрын
Could you give us the source code? It will help us a lot and thank you so much!
@SajjadHussain-iu6jv2 жыл бұрын
I want to locally store a list of map on device storage (which contains String and boolian) but shared preference is throwing a runtime error. Bool can't be assigned to String
@dbestech2 жыл бұрын
you can save string say "yes" and "no" then you read them back convert them to true or false. Shared preference only supports strings.
@SajjadHussain-iu6jv2 жыл бұрын
@@dbestech shared preference also saves list of string but my list has bool too. Actually I'm building task manager app. Any alternative of shared preference?
@dbestech2 жыл бұрын
@@SajjadHussain-iu6jv how about hive ? Or sqflite
@handulewauka69772 жыл бұрын
What if an error state occurs and the user wants to reload the data, for example with the reload button on the error page
@dbestech2 жыл бұрын
you can do it. Just create a new event and state for it. error should be checked with states and then emit new event and reload data
@fuadikurniawan28502 жыл бұрын
Sir, why you call API in the build, the documentation said it's better call it in initState, CMIIW
@dbestech2 жыл бұрын
that's true. we need to optimize that. But there are many ways to do it.
@haonguyenvinh40924 ай бұрын
if the data is a message and i want the new message to show up without reloading the screen then how. Thank you
@dbestech4 ай бұрын
If you have data coming from server you always need reload. The other thing you can do using socket and update. But that's a difficult method
@haonguyenvinh40924 ай бұрын
@@dbestech thank you
@balaminediakhaby75812 жыл бұрын
would you mind sharing the repo of the project please
@dbestech2 жыл бұрын
Here we go learnflutter.co/flutter-bloc-http-get-example-fetch-data-from-server/
@rsufiyand2 жыл бұрын
Sir when new keyword creates an object and then the constructor is called to Intialize the object. Right after that a reference to that object is returned by dart and then we can store that object in a separate reference variable like: new User() ; after the execution of new User(), dart returns a value of type User which is the reference to the created object in heap memory. Am I right?
@dbestech2 жыл бұрын
wait pls. I need to answer it carefully
@ismoilazamov9337 Жыл бұрын
👍👌👌👌👌👌
@dbestech Жыл бұрын
Thanks
@peshawaamin30832 жыл бұрын
❤️❤️
@kingmega87302 жыл бұрын
Wa alaiku musslam
@66caferali66 Жыл бұрын
aslm
@cana_369 Жыл бұрын
where can i get the code
@dbestech Жыл бұрын
There’s link for it in the description
@MoisesDavidGomezMedina Жыл бұрын
@@dbestech where? I check the description, but I can't see the code for the repo of this tutorial