simple_app_state 0.0.8
simple_app_state: ^0.0.8 copied to clipboard
A package for state management and state persistence in Flutter apps.
0.0.8 #
- The
setmethod has been changed to deep copy the value internally, making the app state less prone to corruption. - Improved code documentation, example and readme.
0.0.7 #
- Fixed document of loadFromDict in
SimpleAppState.
0.0.6 #
- Improved consistency of user-defined generic types in
SimpleAppState. - Made the
initialparameter ofSimpleAppState.slotmandatory. - Removed method chaining from
setandupdate, as it is no longer necessary. debugListenerno longer reports the initial value.- Improved identity and equality checks for
StateSlot. - Updated documentation to reflect the new type-safety and initialization rules.
0.0.5 #
- Improved code documentation.
0.0.4 #
- The README.md has been updated.
0.0.3 #
- Improved examples and code documentation.
0.0.2 #
- Fixed an issue where a type error would occur at runtime when using collections of certain types.
- Type checking has been improved.
0.0.1 #
- Initial release.