fixes on onboarding flow

This commit is contained in:
2025-10-27 23:19:46 +02:00
parent 4375a869ed
commit bcc9d629c1
10 changed files with 188 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ class _HomeScreenState extends State<HomeScreen>
if(prefs.getString("userId") == null) {
prefs.setString("userId", Uuid().v4());
};
}
await homeController.getTransactions(prefs.getString("userId")!);
}