get_state_manager/src/simple/list_notifier library
Classes
- ListNotifier
- ListNotifierGroup
- A Notifier with a 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 adds to Listenable the addListener, removeListener, and containsListener implementations.
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.