legacy library

Classes

ChangeNotifierProvider<NotifierT extends ChangeNotifier?>
Creates a ChangeNotifier and exposes its current state.
StateController<StateT>
A StateNotifier that allows modifying its state from outside.
StateNotifier<T>
An observable class that stores a single immutable state.
StateNotifierProvider<NotifierT extends StateNotifier<ValueT>, ValueT>
Creates a StateNotifier and exposes its current state.
StateNotifierProviderFamily<NotifierT extends StateNotifier<ValueT>, ValueT, Arg>
The Family of StateNotifierProvider.
StateProvider<ValueT>
A provider that exposes a value that can be modified from outside.
StateProviderFamily<ValueT, Arg>
The Family of StateProvider.