state_manager/widgets/list_notifier library

Classes

DeexError
Error class for Deex errors.
ListNotifier
A ListNotifier with both single and group listener support.
ListNotifierGroup
A notifier with a group of listeners identified by an ID.
ListNotifierSingle
A Notifier with single listeners
Notifier
Singleton class that manages notifiers.
NotifyData
Class representing the data for notifications.

Mixins

ListNotifierGroupMixin
This mixin adds group listener support to Listenable.
ListNotifierSingleMixin
This mixin adds addListener, removeListener, and containsListener implementation to Listenable.

Typedefs

DeexStateUpdate = void Function()
Replaces StateSetter, returning if the Widget is mounted for extra validation.
Disposer = void Function()
This callback removes the listener added by the addListener function.