Back to Developer Roadmap

BloC

src/data/roadmaps/flutter/content/[email protected]

4.0863 B
Original Source

BloC

Bloc (Business Logic Component) is a state management pattern used in Flutter to separate presentation logic from business logic. It helps to manage and maintain the app state, making it easier to test, debug, and reuse code. It uses streams to emit new states and reacts to changes in the state.

Visit the following resources to learn more: