collection_providers library

Classes

CollectionChangeNotifier
CollectionConsumer<T extends CollectionChangeNotifier>
CollectionProvider<T extends CollectionChangeNotifier>
ListChangeNotifier<T>
An implementation of ChangeNotifier that allows implementers to interact with this provider as if it were a Map and be notified when any changes to the map have been made
MapChangeNotifier<K, T>
An implementation of ChangeNotifier that allows implementers to interact with this provider as if it were a Map and be notified when any changes to the map have been made
SetChangeNotifier<T>

Typedefs

AsyncChangeHandler<T> = Future<T> Function()
ChangeHandler<T> = T Function()