get_state_manager/src/simple/list_notifier library

Classes

ListNotifier
ListNotifierGroup
A notifier with group of listeners identified by id
ListNotifierSingle
A Notifier with single listeners
Notifier
A class responsible for managing notifications and listeners.
NotifyData
Data class containing information about notifications and listeners.

Mixins

ListNotifierGroupMixin
ListNotifierSingleMixin
This mixin add to Listenable the addListener, removerListener and containsListener implementation

Typedefs

Disposer = void Function()
This callback remove the listener on addListener function
GetStateUpdate = void Function()
replacing StateSetter, return if the Widget is mounted for extra validation. if it brings overhead the extra call,