get_state_manager/src/simple/list_notifier library

Classes

ListNotifier
A notifier that supports both single and grouped listeners.
ListNotifierGroup
A Notifier that supports a group of listeners identified by an ID.
ListNotifierSingle
A Notifier that supports single listeners.
Notifier
A class responsible for managing notifications and listeners.
NotifyData
Data class containing information about notifications and listeners.

Mixins

ListNotifierGroupMixin
A mixin for managing a group of listeners identified by an ID.
ListNotifierSingleMixin
This mixin adds listener management capabilities to Listenable.

Typedefs

Disposer = void Function()
This callback removes the listener when called.
GetStateUpdate = void Function()
Replaces StateSetter, returning whether the Widget is mounted for extra validation. If this brings overhead, consider removing the extra call.