multi_state_bloc library

Classes

MultiStateBloc<Event, BaseState>
MultiStateBloc allows you to easily use different states in one bloc. All registered states are automatically updated using the Bloc's onChange method override.