initial onboarding

This commit is contained in:
Fabian Freund
2025-06-14 23:33:24 +02:00
parent 11a1e8e5f5
commit bce9f0b3a5
26 changed files with 918 additions and 12 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class MainApp extends HookConsumerWidget {
theme: theme,
darkTheme: darkTheme,
themeMode: themeMode,
routerConfig: router,
routerConfig: router.valueOrNull,
);
},
onFailure: (errorMessage) {