collaction_app icon indicating copy to clipboard operation
collaction_app copied to clipboard

[SUGGESTION]: Replace auto_route with go_router

Open Xazin opened this issue 3 years ago • 0 comments

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.

Xazin avatar Sep 20 '22 17:09 Xazin