native_state 1.0.2 native_state: ^1.0.2 copied to clipboard
Stores persistent state that can be restored when the app is relaunched after the process was killed.
1.0.2 #
- Use
dependOnInheritedWidgetOfExactType
in stead of the deprecatedinheritFromWidgetOfExactType
1.0.1 #
- Added
SavedStateData.remove()
to remove values by key
1.0.0 #
- No changes from rc01
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