Flutter Bloc : A Complete Guide
What is Bloc and its Architecture? What is BlocBuilder, BlocProvider, BlocListener, BlocConsumer, RepositoryProvider? Folder Structure For Bloc.
Sep 6, 202118 min read23K

Search for a command to run...
Series
This series contains BLoC-related articles, from Basic to Advance Levels.
What is Bloc and its Architecture? What is BlocBuilder, BlocProvider, BlocListener, BlocConsumer, RepositoryProvider? Folder Structure For Bloc.

How to fetch the data from the API by using BLoC Architecture?

A blog around using Firebase Auth and BLoC Architecture to authenticate users with email/password and Google Sign In.

How to persist and restore data of your Bloc using Hydrated Bloc?

Learn how to observe a bloc by simply overriding `onChange`, `onTransition`, `onEvent`, `onError` methods.

How to control and transform the incoming events in BLoC?
