Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created October 16, 2022 18:50
Show Gist options
  • Save FlutterWiz/4f390ed106c2b0c37978416461f614f5 to your computer and use it in GitHub Desktop.
Save FlutterWiz/4f390ed106c2b0c37978416461f614f5 to your computer and use it in GitHub Desktop.
@MaterialAutoRouter(
replaceInRouteName: 'Page,Route',
routes: <AutoRoute>[
AutoRoute(page: NotificationPage, initial: true),
AutoRoute(page: OrangePage),
AutoRoute(page: PurplePage),
],
)
class $AppRouter {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment