abstract_list/state_management/blocs/_all library

Classes

AbstractListBloc<S extends AbstractListState>
An abstract bloc class for handling a list of items with various states.
AbstractListBusBridgeBloc<S extends AbstractListState>
An abstract class that bridges the list bloc with an event bus. It listens to events on the event bus and allows for state changes based on those events.
AbstractListBusObserverBloc<S extends AbstractListState>
An abstract class that acts as a bloc observer for listening to events from an event bus. This allows the bloc to react to external events outside its normal flow.
AbstractListBusPublisherBloc<S extends AbstractListState>
An abstract class that enables publishing state changes to an event bus. This allows other parts of the application to react to state changes in this bloc.