NearHuscarl / flutter_login

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

Add possibility to to do some checks before additionalData are shown #341

Closed blanquartf closed 1 year ago

blanquartf commented 2 years ago

This feature allows to do some checks like validate login availability with the server before filling additional fields. Right now the only way is to validate on submit and go back to the first card to change it.

Related to #316

juliansteenbakker commented 1 year ago

Thank you for your contribution!