Flutter BLoC App - Complete Tutorial covers everything you need to about Flutter BLoC state management. This tutorial covers a lot of advanced topic of BLoC. More topics about BLoC tutorial is covered here.
Previously we built a beautiful travel app using Flutter BLoC . We also have complete app using BLoC with backend.
From here on we covered more advanced concepts and do advanced CRUD operation using BLOC
The BLoC topic I have covered
First we started with BlocProvider, as we created more blocs we changed BlocProvider with MultiBlocProvider. MultiBlocProvider takes a list of BlocProviders.
We have created a few classes state for storing our BloCs or Cubits. Those Cubits contains methods. Instead of using events we have used methods from the UI to trigger emitting new states.
We created models to load json data using BLoC. Our json data is nested data. During data loading process we triggered a new state and then we saved the data in List.
This List becomes the center of CRUD operation.
Throughout this app, we updated beginning time, exrcise title, end time and prelude. Then later, we introduced hydrated cubit or bloc to make our data persistent.
The above concepts are covered for building full-fledge app using BLoC/Cubit. In the video tutorial. I have covered all the concepts step by step. If you finish the video tutorial with complete source code, you will master BLoC like a pro since it's everything you need to know about Flutter BLoC
For youtube fans starter code
Get the complete source code here
Complete BLoC App - Buymecoffee Link
Complete BLoc App - Patreon Link