simple_app_state 0.0.8 copy "simple_app_state: ^0.0.8" to clipboard
simple_app_state: ^0.0.8 copied to clipboard

A package for state management and state persistence in Flutter apps.

0.0.8 #

  • The set method 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 initial parameter of SimpleAppState.slot mandatory.
  • Removed method chaining from set and update, as it is no longer necessary.
  • debugListener no 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.
0
likes
0
points
716
downloads

Publisher

unverified uploader

Weekly Downloads

A package for state management and state persistence in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

file_state_manager, flutter

More

Packages that depend on simple_app_state