modulisto_flutter 2.0.0
modulisto_flutter: ^2.0.0 copied to clipboard
An advanced state management solution with any number of event flows
2.0.0 #
- bump!: sync with actual
modulisto
version that contains breaking changes
1.1.0 #
- fix: adapt to new
Set<Attachable>
system
1.0.2 #
- chore: bump
modulisto
up to 1.0.2
1.0.1 #
- feat:
StoreBuilder<T>
accepts anyValueUnit<T>
, not onlyStore<T>
1.0.0 #
- feat:
ModuleScope
that works likeProvider
but especially forModule
- feat:
ListenableAdapter
- adapts anyNotifiable
unit to defaultListenable
interface - feat:
StoreBuilder<T>
- listen for store updates and rebuilds on it