generic_bloc_provider library

Classes

Bloc
BlocProvider<T extends Bloc>
The BlocProvider class depends on InheritedWidget. It accepts a bloc and a widget.

Typedefs

UpdateShouldNotify<T> = bool Function(T bloc, _BlocProvider<Bloc> oldWidget)
Function used to customize the update policy