feat(auth,sf_infrastructure): register QuestiaApi/Dio and connect link_phone remote datasource

This commit is contained in:
AlcalaJulian
2025-12-04 16:07:02 +01:00
parent 99f544e24c
commit 6b3776f618
88 changed files with 2300 additions and 393 deletions

View File

@@ -15,7 +15,7 @@ late final GoRouter appRouter;
void configureAppRouter() {
appRouter = GoRouter(
navigatorKey: rootNavigatorKey,
initialLocation: AppRoutes.onboarding,
initialLocation: AppRoutes.linkPhone,
debugLogDiagnostics: true,
routes: [
GoRoute(