modulisto_flutter 3.0.0
modulisto_flutter: ^3.0.0 copied to clipboard
An advanced state management solution with any number of event flows
Changelog #
3.0.0 #
- bump: sync with
modulisto: 3.0.0
2.2.0 #
- bump: sync with
modulisto: 2.2.0
2.1.0 #
- feat:
ListenableAdapter
that allows use [Unit] in [Listenable] context - feat:
ValueListenableAdapter
that allows use [Store] in [ValueListenable] context - bump: sync with
modulisto: 2.1.0
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