You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this library. I have a requirement when using it.
Every time a new page is added, I have to manually add AutoRoute(path: "xxx", page: XXRoute.page). Can the generation of List<AutoRoute> routes be automatically completed by build_runner by default?
Thank you very much for this library. I have a requirement when using it.
Every time a new page is added, I have to manually add
AutoRoute(path: "xxx", page: XXRoute.page)
. Can the generation ofList<AutoRoute> routes
be automatically completed by build_runner by default?Add a path arg in RoutePage.
for example:
then generate in app_router.gr.dart:
The text was updated successfully, but these errors were encountered: