Articles in this series
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? · Introduction In this blog, we will see how to make an API call by using BLoC...
A blog around using Firebase Auth and BLoC Architecture to authenticate users with email/password and Google Sign In. · Introduction Authentication is...
How to persist and restore data of your Bloc using Hydrated Bloc? · Intro Helloo Flutter Devs. I'm here with another interesting Flutter Bloc article to...
Learn how to observe a bloc by simply overriding `onChange`, `onTransition`, `onEvent`, `onError` methods. · Introduction What is up Flutter Dev...
How to control and transform the incoming events in BLoC? · Event Transformation To retrieve data/state in BloC, we use the UI to trigger/pass an event...