auto_go_route 1.1.0
auto_go_route: ^1.1.0 copied to clipboard
A powerful, type-safe, and feature-rich routing package for Flutter GoRouter with automatic code generation.
1.1.0 #
- Dependency updates.
1.0.9 #
- Add support for analyzer 7.0.0.
1.0.8 #
- Add support for pageBuilder.
- Enhance routing capabilities with new bottom sheet navigation features
1.0.7 #
- Add support for extra parameters.
- Fix nested routes.
1.0.6 #
- Enhance routing capabilities with new profile, settings, and notifications tabs; refactor ProfileRoute to use a tabbed interface.
1.0.5 #
- Fix pushRoute and pushToRoute methods to return Future<T?> instead of void.
1.0.4 #
- Fix redirect condition in AutoGoRouteGenerator to use fullPath instead of matchedLocation for accurate routing behavior.
1.0.3 #
- Queries are now optional.
1.0.2 #
- Added support for query parameters.
1.0.1 #
- Added support for middleware.
- Fixed some bugs.
1.0.0 #
- Initial release.
