flutter_go_router_extension 1.0.2
flutter_go_router_extension: ^1.0.2 copied to clipboard
A Flutter package that extends go_router with Android-style navigation behaviors, such as FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_TASK.
1.0.2 #
- Version bump to 1.0.2.
1.0.1 #
- Fixed visual flickering when navigating with
pushWithSetNewRoutePathby reimplementing it usingrouteInformationProviderand improving stack management.
1.0.0 #
- Initial release.
- Added
ContextExtensiononBuildContextto provide additionalgo_routernavigation capabilities. - Implemented
pushWithSetNewRoutePathto simulate Android'sFLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_TASKbehavior. - Added utility
pathToRegexPatternto handle route matching with dynamic parameters and wildcards. - Added a comprehensive example application demonstrating the package features.
- Consolidated and centralized documentation in the root
README.md. - Updated package metadata and added MIT License.