Notifiers topic

Here, you will find all the notifier types.

Notifiers are a way for providers to define methods that can modify their state.
Those methods can then be invoked by objects external to the provider.

Classes

AsyncNotifier<StateT> Notifiers
A Notifier implementation that is asynchronously initialized.
Notifier<ValueT> Notifiers
A class which exposes a state that can change over time.
StreamNotifier<ValueT> Notifiers
A variant of AsyncNotifier which has build creating a Stream.

Mixins

AnyNotifier<StateT, ValueT> Notifiers
A base class for all "notifiers".