navigation_utils 0.1.8 copy "navigation_utils: ^0.1.8" to clipboard
navigation_utils: ^0.1.8 copied to clipboard

outdated

The missing navigation library for Navigator 2.

0.1.8 #

  • Create navigation route updates for NavigationManager.instance.getCurrentRoute broadcast stream.
  • Listen to route changes and updates with NavigationManager.instance.getCurrentRoute.listen((DefaultRoute currentRoute) {});

0.1.7 #

  • Fix ability to push the same route with different query parameters.

0.1.6 #

  • Update global data to support duplicate routes.

0.1.2 #

  • Added support for pushing the same route with different path parameters.
  • For example, pushing the same ProjectPage with different path parameters /project/1, /project/2, etc is now supported.

0.1.1 #

  • Create NavigationUtils.canOpenDeeplinkDestination.
  • Added a new parameter push to NavigationUtils.openDeeplinkDestination to override set backstack behavior and push destination directly.

0.1.0 #

  • Initial Release.
67
likes
0
points
967
downloads

Publisher

unverified uploader

Weekly Downloads

The missing navigation library for Navigator 2.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on navigation_utils