modulisto_flutter 2.1.0
modulisto_flutter: ^2.1.0 copied to clipboard
An advanced state management solution with any number of event flows
2.1.0 #
- feat:
ListenableAdapterthat allows use [Unit] in [Listenable] context - feat:
ValueListenableAdapterthat allows use [Store] in [ValueListenable] context - bump: sync with
modulisto: 2.1.0
2.0.0 #
- bump!: sync with actual
modulistoversion that contains breaking changes
1.1.0 #
- fix: adapt to new
Set<Attachable>system
1.0.2 #
- chore: bump
modulistoup to 1.0.2
1.0.1 #
- feat:
StoreBuilder<T>accepts anyValueUnit<T>, not onlyStore<T>
1.0.0 #
- feat:
ModuleScopethat works likeProviderbut especially forModule - feat:
ListenableAdapter- adapts anyNotifiableunit to defaultListenableinterface - feat:
StoreBuilder<T>- listen for store updates and rebuilds on it