Is BLoC a state management?

BLoC is an abbreviation for “Business logic component” which — like most state managers — aims to decouple business logic from the views. The Flutter bloc package provides you with all the tools to implement the BLoC pattern into your app.

Leave a Reply

Your email address will not be published. Required fields are marked *