abstract_item/state_management/cubits/_all library

Classes

AbstractItemBusBridgeCubit<S extends AbstractItemState>
An abstract class that connects an item Cubit with an event bus.
AbstractItemBusObserverCubit<S extends AbstractItemState>
An abstract class that observes events from an event bus in the context of an item Cubit.
AbstractItemBusPublisherCubit<S extends AbstractItemState>
An abstract class that publishes state changes to an event bus in the context of an item Cubit.
AbstractItemCubit<S extends AbstractItemState>
An abstract class that serves as a base for item Cubits, providing functionality for loading and processing data states.