initial multi user feature

This commit is contained in:
Fabian Freund
2025-11-27 07:51:16 +01:00
parent 6d3c2757c3
commit 00d0599dde
49 changed files with 1341 additions and 258 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ Future<GoRouter> router(Ref ref) async {
return GoRouter(
debugLogDiagnostics: true,
routes: $appRoutes,
initialLocation: initialLocation ?? BrowserRoute().location,
initialLocation: initialLocation ?? const BrowserRoute().location,
);
}
+1 -1
View File
@@ -41,4 +41,4 @@ final class RouterProvider
}
}
String _$routerHash() => r'ab1d1e2ea27dd41fe78d7430bfeba87051d88d36';
String _$routerHash() => r'cbaa7e982114942303574f9573f4a75b79955583';