Flutter Bloc - AUTOMATIC LOOKUP - v0.20 (and Up), Updated Tutorial

preview_player
Показать описание
📗 Learn from the written tutorial & get all the links👇👇

👨‍💻 Do you write good code? Find out now 👇

The Bloc library for Flutter is a life-saver for implementing the BLoC pattern in a simple and streamlined way without all the boilerplate. With over 2000 stars on GitHub, I think it's fair to say that this is the most widely used state management package for Flutter.

It's amazing to see that it is in constant development from its author. As new features are added though, the old ones are either deprecated or they stop working altogether. In this tutorial, you are going to learn the newest best practices and ways of managing state with this awesome library.

Go to my website for more information, code examples, and articles:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

Man, I just got to know you, but I'm already addicted to your videos! Your teaching skills are great! Thanks you very much!

intelxd
Автор

finally i found a man with good teaching skills i.e bloc

OyePunjabiAa
Автор

Awesome!!! Nice upgrade for Bloc v0.20. Thank you for the explanation.

juliosena
Автор

Wow thanks, I can’t wait other videos

Nobody-kysl
Автор

hey Reso, can you please do an in-depth tutorial on Provider, focusing mainly on the types of providers and where they ought to be used...for example where should I use FutureProvider? what about ListenableProvider or ValueListenableProvider? what are even the differences between all these providers?

thomasmabika
Автор

Thanks for the video! One question, you specify your screen widgets as Stateless and uses the BlocProvider each time you dispatch an event for the bloc. Whats the advantage of using a Stateless widget instead of a Stateful Widget? On a Stateful widget I would create a local variable for the bloc and set it in initState or provide it one time in the build method.

danielfelten
Автор

Please help me..How to use chopper With Bloc

shrikantnarayankar
Автор

Matej can you please clarify this topic briefly: I have been using flutter_bloc and I am loving it and I admire the authors working hard to maintain and upgrading it. For a person like me who has been using bloc, what is the need for Provider? In which cases would we need to help of Provider? Is it just something "nice to have" and not obligatory?

aytunch
Автор

Very helpful, thank you. Do you know what is the RepositoryProvider for?

LeviCook
Автор

I guess is more easy to implement somethings

katekko