vanilla_state 1.1.0+1
vanilla_state: ^1.1.0+1 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
Vanillafrom theVanillaHolder - add support for optionally disposing
Vanillafrom theVanillaHolder - add extra utils to vanilla
1.1.0 #
- Add
BaseNotifier,BaseStateand sub-classes for handling success, in-loading, out-loading, error and fatal-error states andVanilaUtilsMixin
1.1.0+1 #
- fix for
BaseNotifierimport