Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit button lost on email Login #3

Open
mahajan79 opened this issue Apr 17, 2021 · 0 comments
Open

Submit button lost on email Login #3

mahajan79 opened this issue Apr 17, 2021 · 0 comments

Comments

@mahajan79
Copy link

if (_formKey.currentState.validate()) {
setState(() {
//isLoading = true;
});
logInToFb();
}
},
child: Text('Submit')

I have to comment the isLoading flag, becuse on incorrect login , it shows the error "showDialog" box but the submit button gets lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant