| name: shelf_router |
| version: 1.1.5-wip |
| description: > |
| A convenient request router for the shelf web-framework, with support for |
| URL-parameters, nested routers and routers generated from source annotations. |
| repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_router |
| issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_router |
| |
| topics: |
| - server |
| - shelf |
| |
| environment: |
| sdk: ^3.3.0 |
| |
| dependencies: |
| http_methods: ^1.1.0 |
| meta: ^1.3.0 |
| shelf: ^1.0.0 |
| |
| dev_dependencies: |
| dart_flutter_team_lints: ^3.0.0 |
| http: '>=0.13.0 <2.0.0' |
| test: ^1.16.0 |