simple_routes_annotations 2.1.2
simple_routes_annotations: ^2.1.2 copied to clipboard
Annotations for the simple_routes package.
CHANGELOG #
2.1.2 - 2026-04-04 #
1.0.1 #
- Patch version bump for latest release.
1.0.0 #
- Stable release
1.0.0+beta.1 #
- Initial beta release
- Add
@Routeannotation for marking route blueprint classes with path and optional parent route - Add
@Pathannotation for mapping path parameters from route templates - Add
@Queryannotation for defining query parameters with optional custom names - Add
@Extraannotation for passing complex objects via GoRouter's extra property