base/base library
Classes
- AppBlocObserver
- Observing the behavior of Bloc instances.
-
BaseBloc<
Event, State> - Base config bloc for app
-
BaseBlocDelegate<
E, S> - Delegate of BaseBloc
-
BasePageState<
Widget extends StatefulWidget, Bloc extends BaseBloc> - Base config for StatefulWidget
-
BasePageStateDelegate<
W extends StatefulWidget, B extends BaseBloc> - Delegate of BasePageState
-
HydratedBaseBloc<
Event, State> - Specialized BaseBloc which handles initializing the BaseBloc state based on the persisted state. This allows state to be persisted across hot restarts as well as complete app restarts.
- StatusCubit
- Status cubit of BaseBloc
- StatusState
- State of StatusCubit
Mixins
- LogMixin
- Common function Log
-
ThemeMixin<
T extends StatefulWidget> - Common find class theme