yet_another_navigation_history_observer 0.1.1
yet_another_navigation_history_observer: ^0.1.1 copied to clipboard
A NavigatorObserver that collects the route history.
This is a NavigatorObserver that records all navigation events that occur and exposes this navigation history, as well as a event stream, the current navigator stack and the current top route.
It's similar to the package navigation_history_observer but offers some improved type safety, proper disposing and a way to reset the history if e.g the MaterialApp is disposed and recreated.