clean_framework_router 0.2.0-dev.1
clean_framework_router: ^0.2.0-dev.1 copied to clipboard
A wrapper around go_router to make it easier to use with clean_framework.
Changelog #
0.2.0-dev.1 #
Nov 2, 2022 (Breaking)
- Upgraded to
go_routerv5. AppRouteris now abstract, in order to make it extensible.- Routes now need to be enum mixed with
RoutesMixin. - Added
AppRouterScope.
0.2.0-dev.0 #
Nov 1, 2022
- Upgraded to
clean_framework: ^2.0.0-dev.0.
0.1.0 #
Nov 1, 2022
- Initial Release