shelf_routing 1.0.0 copy "shelf_routing: ^1.0.0" to clipboard
shelf_routing: ^1.0.0 copied to clipboard

Annotations for routing class methods with support for path parameters, query parameters, body and headers.

1.0.0 #

  • build: bumped dart sdk version to ^3.8.0
  • build(generator): required analyzer >=7.4.0 <9.0.0
  • build(generator): switch to analyzer element2 model and build ^3.0.0
  • feat!: code generation has been aligned with shelf_router
  • feat: added support for parsing the body for any json value
  • feat!: creating a single Router for all your Routers has been removed in favor of using @Route.mount(prefix) on a getter of your service. Therefore the annotation for the prefix is no longer necessary.

0.1.0 #

  • Initial version.
1
likes
160
points
85
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Annotations for routing class methods with support for path parameters, query parameters, body and headers.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, shelf, shelf_router

More

Packages that depend on shelf_routing