flutter_go_router_extension 1.0.2 copy "flutter_go_router_extension: ^1.0.2" to clipboard
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 pushWithSetNewRoutePath by reimplementing it using routeInformationProvider and improving stack management.

1.0.0 #

  • Initial release.
  • Added ContextExtension on BuildContext to provide additional go_router navigation capabilities.
  • Implemented pushWithSetNewRoutePath to simulate Android's FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_TASK behavior.
  • Added utility pathToRegexPattern to 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.
0
likes
160
points
260
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that extends go_router with Android-style navigation behaviors, such as FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_NEW_TASK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router

More

Packages that depend on flutter_go_router_extension