navigation_utils 0.1.2
navigation_utils: ^0.1.2 copied to clipboard
The missing navigation library for Navigator 2.
0.1.2 #
- Added support for pushing the same route with different path parameters.
- For example, pushing the same
ProjectPagewith different path parameters/project/1,/project/2, etc is now supported.
0.1.1 #
- Create
NavigationUtils.canOpenDeeplinkDestination. - Added a new parameter
pushtoNavigationUtils.openDeeplinkDestinationto override set backstack behavior and push destination directly.
0.1.0 #
- Initial Release.