label
This commit is contained in:
@@ -197,8 +197,9 @@ class _SignUpScreenState extends State<SignUpScreen> {
|
||||
SizedBox(
|
||||
width: MediaQuery.of(context).size.width * 0.9,
|
||||
child: MyTextField(
|
||||
labelText: 'Nombre',
|
||||
controller: nameController,
|
||||
hintText: 'Name',
|
||||
hintText: 'Ingresa tu nombre',
|
||||
obscureText: false,
|
||||
keyboardType: TextInputType.name,
|
||||
prefixIcon: const Icon(CupertinoIcons.person_fill),
|
||||
@@ -226,7 +227,9 @@ class _SignUpScreenState extends State<SignUpScreen> {
|
||||
|
||||
setState(() {
|
||||
context.read<SignUpBloc>().add(SignUpRequired(
|
||||
myUser, passwordController.text));
|
||||
email: emailController.text,
|
||||
password: passwordController.text,
|
||||
));
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user