wstore library

Classes

GStore
WStore
WStoreBoolListener<T extends WStore>
WStoreBuilder<T extends WStore>
WStoreConsumer
WStoreListener<T extends WStore>
WStoreNamedBuilder<T extends WStore>
WStoreNamedBuilder allows you to create widgets that can be updated manually by name (see WStore.notifyChangeNamed)
WStoreNamedListener<T extends WStore>
WStoreNamedListener allows you to create listener that can be changed manually by name (see WStore.notifyChangeNamed)
WStoreStatusBuilder<T extends WStore>
WStoreStringListener<T extends WStore>
WStoreValueBuilder<T extends WStore, V>
WStoreValueListener<T extends WStore, V>
WStoreWidget<T extends WStore>

Enums

WStoreStatus

Extensions

WStoreContext on BuildContext
Exposes the wstore method.

Exceptions / Errors

WStoreNotFoundError
The error that will be thrown if the WStore cannot be found in the Widget tree.