simple_routes_annotations 1.0.0+beta.1
simple_routes_annotations: ^1.0.0+beta.1 copied to clipboard
Annotations for the simple_routes package.
CHANGELOG #
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