Also known as
- Event-driven State Management
- State Listener Pattern
Intent of the Bloc Pattern
The Bloc pattern manages the state of an object and allows for dynamically notifying interested listeners about state changes. It separates state management logic from the rest of the application, improving code organization and flexibility.
About 3 min