Manage Beneficiary UI

This commit is contained in:
2025-08-08 23:37:16 +05:30
parent 763c101f58
commit dbc61abf00
11 changed files with 249 additions and 145 deletions

View File

@@ -17,13 +17,13 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
void initState() {
super.initState();
// Automatically go to login after 6 seconds
// Timer(const Duration(seconds: 6), () {
// Automatically go to logizn after 4 seconds
Timer(const Duration(seconds: 4), () {
// }
// );
widget.onContinue();
widget.onContinue();
}
);
}
@override