notifiers library
Classes
-
Bloc<
Event, State> - A class to allow us implement the BLoC pattern
-
Emitter<
State> - An Emitter is a class which is capable of emitting new states.
- PersistentStateStorage
- this class defines a storage interface for any StateNotifier that implements the PersistentStateMixin
-
StateNotifier<
S>
Mixins
-
PersistentStateMixin<
State> - a mixin to allows you save a state as a JSON in any local database