yet_another_state_holder 0.5.1
yet_another_state_holder: ^0.5.1 copied to clipboard
Yet another state holder.
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.