native_state 1.0.0-rc01 native_state: ^1.0.0-rc01 copied to clipboard
Stores persistent state that can be restored when the app is relaunched after the process was killed.
1.0.0-rc01 #
- Added
SavedState.value
for passing downSavedStateData
without automatically clearing it. - Added new sample for
SavedState.value
0.0.2 #
- Removed non-essential public methods from
SavedStateData
- Added an explicit
name
parameter toSavedState
and removed getting the name from the key if supplied. - Added dart doc
0.0.1 #
- Initial version