NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.5k stars 798 forks source link

Add validateUserImmediately property #381

Closed jaroslawdabrowski closed 1 year ago

jaroslawdabrowski commented 1 year ago

In our project we have more complicated user/email validation. It is annoying to provide email and email confirmation and validating after that. Instead we would like to validate once the focus on user field is lost. I have made this change as conditional.

juliansteenbakker commented 1 year ago

Sorry for the late response, i'll check all your PR's asap!