shelf_router_classes 1.0.3
shelf_router_classes: ^1.0.3 copied to clipboard
An easier way to declare and use routes for the shelf and shelf_router packages using classes and Route annotations.
1.0.3 #
- Added
@RoutePrefix
annotation for adding prefix to classes for routes.
1.0.2 #
- Removed unnecessary files from example project.
- Added the example files to the root of the example.
1.0.0 #
- Added capability to get classes as types and declare a router through them.
- Implementation done through dart:mirrors.