forked from firka/firka
add route
This commit is contained in:
@@ -48,6 +48,13 @@ GoRouter createAppRouter() {
|
||||
child: LoginScreen(initData, key: state.pageKey),
|
||||
),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/login_page',
|
||||
builder: (context, state) => DefaultAssetBundle(
|
||||
bundle: FirkaBundle(),
|
||||
child: LoginScreen(initData, key: state.pageKey),
|
||||
),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/beta',
|
||||
builder: (context, state) => DefaultAssetBundle(
|
||||
|
||||
Reference in New Issue
Block a user