route_definer 1.0.2
route_definer: ^1.0.2 copied to clipboard
An advanced router for Flutter with support for parsing routes, parameters, and guards.
Changelog #
1.0.0 Initial release #
- Added
AppRoutersetup. - Route matching and URI param parsing.
- Basic authorization and redirect support.
- Custom guards support via
RouteGuard. - Test coverage for core routing logic.
1.0.1 fix documentation and pub score #
- Improved documentation comments for public APIs and classes.
- Updated
README.mdwith clearer usage examples and removed informal tone. - Added missing
description,homepage, andrepositoryfields topubspec.yaml. - Ran
dart format .to ensure consistent code formatting. - Resolved all issues and warnings reported by
flutter analyze. - Ensured
dart pub publish --dry-runpasses without errors or warnings.
1.0.2 Add example #
- Add example