yet_another_state_holder 0.7.0
yet_another_state_holder: ^0.7.0 copied to clipboard
Yet another state holder.
0.7.0 #
- Tweak dispose and clear storage
0.6.0 #
- HydratedStateHolder: add disposeAndClearStorage
- Breaking: StateStore now requires a remove(String key) method
0.5.5 #
- Expose store/restore on StateStore
0.5.4 #
- Add hydrated state holder again (this time without any dependencies)
0.5.3 #
- Fix state getter annotation, set to @protected
0.5.2 #
- Add @visibleForTesting for state setter
0.5.1 #
- Relax sdk constraint
- Add @mustCallSuper to dispose
0.5.0 #
- Remove flutter dependency
- Break out hydrated state holder
- Restructure
0.4.0 #
- Remove dependencies (and some redundant api along with it)
0.2.5 #
- Don't condition setting state with mounted
0.2.4 #
- Clean up error log
0.2.3 #
- hydration: Fall back to initial state if error during parsing stored state
0.2.2 #
- Relax version of shared preferences
0.2.1 #
- Relax dart sdk version
0.2.0 #
- Make hydratedStateHolder's initial state constructor parameter a named parameter
- Make storageKey a private fields
0.1.0 #
- Initial