🌱Aadam's Garden

Search

Search IconIcon to open search

BLoC library

Last updated Jun 23, 2022

# BLoC library

# Resources

# The benefits of Bloc

The Bloc library provides very good tooling and compared to other state management solutions that use Streams, it’s a pure gem.

So, if you want to have the benefits of immutable state, closely work with Streams whether for the purposes of testing or integration with other code, observe state changes happening across the app from a single place ( BlocDelegate ) easily to allow for pain-free analytics and at the same time keep your code as simple as possible, BLoC is truly the best available option out there.