- 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:
@@ -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(),
|
||||
],
|
||||
);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user