shared_pref_navigation_saver 0.1.0 copy "shared_pref_navigation_saver: ^0.1.0" to clipboard
shared_pref_navigation_saver: ^0.1.0 copied to clipboard

outdated

This library will help to restore navigation stack after application kill.

Flutter navigation saver library (shared preferences module) #

This library will help to restore navigation stack after application kill.

Overview #

This library should be used if you have some special way of serializing arguments into the string and back. Also do not forget to check general readme.

How does this module work: #

  1. It uses the core module and extends it to save routes to the shared preferences.
  2. All the controll of converting routes to string is up to the application user code.
  3. maximumDurationBetweenRestoration is used to understand if we need to restore routes or too much time was passed. Default is 5 minutes.
2
likes
0
pub points
0%
popularity

Publisher

verified publisherscal.io

This library will help to restore navigation stack after application kill.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, navigation_saver, shared_preferences

More

Packages that depend on shared_pref_navigation_saver