Dhruv Nakum

Dhruv Nakum

Follow
homeFlutterWidget In DetailOOPs in Dart/FlutterFlutter BLoCAnimation In FlutterSponsor This Blognewsletter
Series

Flutter BLoC

This series contains BLoC-related articles, from Basic to Advance Levels.

Articles in this series

Flutter Bloc : A Complete Guide

Sep 6, 202118 min read

What is Bloc and its Architecture? What is BlocBuilder, BlocProvider, BlocListener, BlocConsumer, RepositoryProvider? Folder Structure For Bloc. ·...

Flutter Bloc : A Complete Guide

Flutter BLoC (v8): How to Fetch Data From an API? - 2022 Guide

Jan 7, 20226 min read

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...

Flutter BLoC (v8): How to Fetch Data From an API? - 2022 Guide

Flutter Bloc (v8): Google Sign In and Firebase Authentication - 2022 Guide

Jan 17, 20228 min read

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

Flutter Bloc (v8): Google Sign In and Firebase Authentication - 2022 Guide

Hydrated Bloc: Persist and Restore Your Bloc State/Data

Jan 24, 20227 min read

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...

Hydrated Bloc: Persist and Restore Your Bloc State/Data

BlocObserver: Debug and Observe your Bloc Easily

Apr 11, 20225 min read

Learn how to observe a bloc by simply overriding `onChange`, `onTransition`, `onEvent`, `onError` methods. · Introduction What is up Flutter Dev...

BlocObserver: Debug and Observe your Bloc Easily

Bloc Concurrency: Advance Event Transformer

Apr 18, 20225 min read

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...

Bloc Concurrency: Advance Event Transformer