1
0
forked from firka/firka

add route

This commit is contained in:
zypherift
2026-03-03 15:12:22 +01:00
parent d96c4b66bb
commit cf4e27ad30

View File

@@ -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(