flutter_navigation_manager 1.0.0
flutter_navigation_manager: ^1.0.0 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
. NavigationState
model for passing path/query parameters and extra data.- Extensible design: implement your own
NavigationManager
for any navigation backend. - Example app demonstrating all features.