state_store 0.7.0
state_store: ^0.7.0 copied to clipboard
A simple state management package for Flutter
0.6.0 #
- Add StateStoreMultiBuilder for listening to multiple state IDs
- Recreate example app with latest Flutter
0.5.0 #
- Support for migration of old persisted values to new format
0.4.2 #
- 'Folding' state view support to state_store_debugger
- Support for custom ToEncodable functions to handle custom non json serializable content
0.3.0 #
- Support for remote state observator
- Application to view state remotely added: see state_store_debugger
0.1.0 #
- Initial Open Source release. Very much in development mode still.
0.0.1 #
- Intial private release.