This commit is contained in:
Juan Felipe Duarte
2023-04-04 09:18:33 -05:00
parent 9656a85090
commit 50737e03dd
7 changed files with 304 additions and 155 deletions
+1 -2
View File
@@ -17,7 +17,6 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
final uid = AuthenticationRepository.instance.getCurrentUserUid();
final _formKey = GlobalKey<FormState>();
final controller = Get.put(NameEmailCityController());
var _nombre = '...';
var _ciudad = '';
@override
@@ -65,7 +64,7 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
style: TextStyle(fontSize: 12),
),
Text(
'${city ?? "a"}',
'${city ?? ""}',
style: TextStyle(fontSize: 12),
),
],