vanilla_state 1.0.0 vanilla_state: ^1.0.0 copied to clipboard
A very simple way to manage immutable state in flutter without having too much dependencies
0.0.1-alpha #
- add State management: VanillaNotifier
- add State listener widgets: VanillaListener, VanillaBuilder
- add VanillaNotifier dependency injection widget: InheritedVanilla
- add Helper utils for making immutable state management easier and faster: EqualityChecker, StateWithStatus, VanillaUtilsMixin
0.0.1 #
- remove unnecessary helper utils
- add code documentation
1.0.0 #
- First Stable production ready version
- allow disposing of
Vanilla
from theVanillaHolder
- add support for optionally disposing
Vanilla
from theVanillaHolder
- add extra utils to vanilla