This commit is contained in:
Felipe
2024-03-11 09:24:29 -05:00
parent a71fc9efb6
commit 13896f2b6d
10 changed files with 290 additions and 451 deletions
@@ -246,7 +246,7 @@ class _SignUpScreenState extends State<SignUpScreen> {
return 'Name too long';
}
return null;
}),
},),
),
SizedBox(height: MediaQuery.of(context).size.height * 0.02),
!signUpRequired