flutter_navigation_manager 1.0.1
flutter_navigation_manager: ^1.0.1 copied to clipboard
A comprehensive Flutter navigation management package with route management, navigation services, and shell navigation support.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-06-19 #
- Initial release of Flutter Navigation Manager.
- Unified navigation API:
pushNamed,replaceNamed,pushNamedAndClearStack,pop,popUntil,canPop,hasRouteInStack,isCurrent,refresh,dispose. NavigationStatemodel for passing path/query parameters and extra data.- Extensible design: implement your own
NavigationManagerfor any navigation backend. - Example app demonstrating all features.