Created
October 16, 2022 18:50
-
-
Save FlutterWiz/4f390ed106c2b0c37978416461f614f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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