reactive_bloc library

Classes

TremazeBloc<Events extends TremazeBlocEvents>
The TremazeBloc class serves as a base class for all TremazeBLoCs and manages the lifecycle of events and subscriptions.
TremazeBlocEvents
The TremazeBlocEvents class represents the base class for all events related to a specific TremazeBLoC. This abstract class should be extended by individual event classes to handle specific events related to a particular feature within the application.