blocfx library

Classes

BlocFx<Event, State, Effect>
BlocFxConsumer<B extends BlocFx<Event, S, E>, Event, S, E>
BlocFxListener<B extends BlocFx<Event, S, E>, Event, S, E>
BlocFxPersistence
Global persistence manager for BlocFx.
BlocStorage
Abstract interface for BlocFx state persistence storage.
Cubitfx<T, E>
CubitFxConsumer<B extends Cubitfx<S, E>, S, E>
CubitfxListener<C extends Cubitfx<S, E>, S, E>
PersistedBlocFx<Event, State, Effect>
Base class for BlocFx with built-in state persistence.
PersistedCubitfx<State, Effect>
Base class for Cubitfx with built-in state persistence.
PersistenceConfig
Configuration for state persistence behavior.
SharedPreferencesStorage
SharedPreferences implementation of BlocStorage.