navigation_manager 1.2.1 navigation_manager: ^1.2.1 copied to clipboard
Navigation manager for Navigator 2.0 with a convenient declarative way to define application routes.
1.2.0 #
- Add automatic page transition selection depending on system. iOS -> Cupertino, Android -> Material
1.1.0 #
- Add transition for each route.
1.0.0 #
- Actualize readme, migrate to sound null safety.
0.1.0 #
- Add route observer.
0.0.13 #
- Fix null reference at fill route.
0.0.12 #
- Fix resetting data inside route while new push.
0.0.11 #
- Remove generic argument inside routes. Use simple json.
- Add documentation about duplication strategy.
0.0.9 #
- Add route duplicating strategies
0.0.5 #
- Fix pushing route from system with raw arguments
0.0.4 #
- Add class based arguments for routes
0.0.3 #
- Implement effective navigation with subtrees. Inspired by vk mobile.
0.0.2 #
- Remove provider dependency
0.0.1 #
- Initial commit