bloc_presentation library
Classes
-
BlocPresentationListener<
B extends BlocPresentationMixin< dynamic, P> ?, P> - A widget that listens to events from a bloc or cubit and invokes a listener function in response to new events.
Mixins
-
BlocPresentationMixin<
S, P> -
BlocPresentationMixin adds a presentation stream to a
EmittableStateStreamableSourcewhich is automatically disposed.
Typedefs
-
BlocPresentationWidgetListener<
P> = void Function(BuildContext context, P event) -
Signature for the
listenerfunction which takes theBuildContextalong with theeventand is responsible for executing in response to new events.