- created snackbar, step indicator, money text, text field and progress bar components.

- created wallet balance block, wallet item and kid line chart widgets.
- restructured onboarding, signup and device signup screens into layouts and main screens.
- updated signup and kid wallet screens to 17/11 design.
This commit is contained in:
2025-11-21 15:28:46 +01:00
parent 4225f7510b
commit 8201bff0a7
56 changed files with 1991 additions and 1491 deletions

View File

@@ -103,7 +103,7 @@ class LimitsScreenState extends ConsumerState<LimitsScreen> {
),
],
),
if (dailyLimits[index]["edit"]) TextField(),
if (dailyLimits[index]["edit"]) CustomTextField(),
],
);
}),
@@ -144,7 +144,7 @@ class LimitsScreenState extends ConsumerState<LimitsScreen> {
),
],
),
if (timeLimits[index]["edit"]) TextField(),
if (timeLimits[index]["edit"]) CustomTextField(),
],
);
}),