simple_routes_generator 2.1.4
simple_routes_generator: ^2.1.4 copied to clipboard
Code generator for the simple_routes package.
CHANGELOG #
2.1.2 - 2026-04-05 #
Features #
Bug Fixes #
- annotation package references (40a0bc3)
- fix failing test (173ca49)
- generator fixes (#42) (7073489)
- generator fixes and cleanup (#44) (d5e2bc1)
- inter-dependency constraints (0f75356)
- null-check assertions (755d7e8)
Miscellaneous Chores #
- release please (62ca329)
2.1.4 (2026-04-05) #
Bug Fixes #
- fix failing test (173ca49)
2.1.3 - 2026-04-05 #
1.0.1 #
- Patch version bump for latest release.
1.0.0 #
- Stable release
1.0.0+beta.2 #
- Fixed null-check assertions, extra parameter validation, type casting, and nullable handling
- Refactored code structure and improved maintainability
- Improved test coverage
1.0.0+beta.1 #
- Initial beta release
- Code generator for the
simple_routespackage - Generate type-safe
RouteandRouteDataclasses from annotated blueprint classes - Support for path parameters (
@Path), query parameters (@Query), and extra data (@Extra) - Automatic path parameter inheritance for child routes defined with
parentproperty - Generate
fromStatefactory constructors for easy route data extraction fromGoRouterState