navigation_history_observer 1.0.3+1 copy "navigation_history_observer: ^1.0.3+1" to clipboard
navigation_history_observer: ^1.0.3+1 copied to clipboard

outdated

A Flutter NavigatorObserver that stores a collection of pushed routes history, as well as the popped history.

[1.0.3+1] - Jun. 20, 2020 #

  • Example updated - The example page is now in main.dart to show the full code on pub-web.flutter-io.cn

[1.0.3] - Jun. 20, 2020 #

  • Changed library name from navigation_history_observer to navigationhistoryobserver.
  • Removed route from HistoryChange, added newRoute and oldRoute instead.
  • Added next getter to get most resent popped route.
  • No longer supporting forwards navigation as it causes severe issues.
  • Added more usage details and special thanks to the readme.

[1.0.2] - Jun. 19, 2020 #

  • Added example project, updated historyChanged to historyChangeStream for better semantics.

[1.0.1] - Jun. 19, 2020 #

  • Added stream to broadcast changes in history.

[1.0.0] - Jun. 17, 2020 #

  • First stable release.
62
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Flutter NavigatorObserver that stores a collection of pushed routes history, as well as the popped history.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, flutter

More

Packages that depend on navigation_history_observer