route_stack_manager 1.2.0
route_stack_manager: ^1.2.0 copied to clipboard
This is a Flutter route stack information listening library. You can obtain the list of current routes, current routes, previous routes, and whether the current route is a pop-up window
1.2.0 #
- TODO: add onRouteBeforeListener.
- onRouteListener change.
- add some demo codes.
1.1.1 #
- TODO: Modify the Route generic type from dynamic to Object? .
- add some demo codes.
1.1.0 #
- TODO: Add a route to change the listening stack.
- support RouteListenterMixin.
- delete ValueChanged
1.0.0 #
- TODO: Breakthrough improvements.
- routes - all routes.
- pageRoutes - PageRoute type routes.
- dialogRoutes - DialogRoute type routes.
- sheetRoutes - ModalBottomSheetRoute type routes.
- delete filterRoute.
0.1.5 #
- TODO: fix PopupRoute lisenter.
0.1.4 #
- TODO: fix bug.
0.1.3 #
- TODO: Remove the warning.
0.1.2 #
- TODO: change description. Remove the warning.
0.1.1 #
- TODO: lastRoute change to currentRoute.
0.1.0 #
- TODO: readme update.
0.0.1 #
- TODO: initail.