hydrated_cubit 0.1.3 hydrated_cubit: ^0.1.3 copied to clipboard
An extension to the cubit state management library which automatically persists and restores cubit states.
0.1.3 #
- fix: excessive storage reads and
fromJson
invocations - docs: minor documentation improvements
0.1.0 #
- feat: upgrade to
cubit: ^0.1.0
0.0.3 #
- BREAKING:
- Rename
HydratedStorage
toStorage
- Rename
HydratedCubitStorage
toHydratedStorage
- Rename
getInstance
tobuild
- Rename
0.0.2 #
- docs: minor improvements to README
0.0.1 #
- feat: initial release