abstract_item/state_management/blocs/_all library

Classes

AbstractItemBloc<S extends AbstractItemState>
AbstractItemBusBridgeBloc<S extends AbstractItemState>
An abstract class that serves as a bridge between an event bus and the Item BLoC.
AbstractItemBusObserverBloc<S extends AbstractItemState>
An abstract class that observes events from an event bus and interacts with an Item BLoC.
AbstractItemBusPublisherBloc<S extends AbstractItemState>
An abstract class that publishes state changes to an event bus from an Item BLoC.