route_definer 1.0.2 copy "route_definer: ^1.0.2" to clipboard
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 AppRouter setup.
  • 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.md with clearer usage examples and removed informal tone.
  • Added missing description, homepage, and repository fields to pubspec.yaml.
  • Ran dart format . to ensure consistent code formatting.
  • Resolved all issues and warnings reported by flutter analyze.
  • Ensured dart pub publish --dry-run passes without errors or warnings.

1.0.2 Add example #

  • Add example
3
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

An advanced router for Flutter with support for parsing routes, parameters, and guards.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on route_definer