ciudades
This commit is contained in:
@@ -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),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user