native_state 1.1.1 copy "native_state: ^1.1.1" to clipboard
native_state: ^1.1.1 copied to clipboard

discontinued

Stores persistent state that can be restored when the app is relaunched after the process was killed.

1.1.1 #

  • Define iOS module to ensure static & framework builds work
  • Fixes a potential null pointer exception in SavedStateRouteObserver

1.1.0 #

  • Switches to the new Android plugin API and requires Flutter 1.12 and up, removes the requirement for additional setup for Android. Make sure you migrate your project before using this version.
  • State is now recorded per activity on Android to better support embedding.

1.0.2 #

  • Use dependOnInheritedWidgetOfExactType in stead of the deprecated inheritFromWidgetOfExactType

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 down SavedStateData 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 to SavedState and removed getting the name from the key if supplied.
  • Added dart doc

0.0.1 #

  • Initial version
58
likes
40
pub points
30%
popularity

Publisher

verified publisherlittlerobots.nl

Stores persistent state that can be restored when the app is relaunched after the process was killed.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on native_state