collaction_app
collaction_app copied to clipboard
[SUGGESTION]: Replace auto_route with go_router
Is your feature request related to a problem? Please describe. We want to change to go_router so that:-
- We can get rid of auto_route code generation whose time will increase as we add new features.
- We'll also be able to easily handle route protection by using redirect coupled with our existing auth_bloc.
- Since we are also looking at deeplinking, we'll be able to have simpler param parsing with go_router.
Replace all routes with go_router
@wizlif Please elaborate as much as possible.