NearHuscarl / flutter_login

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

Fix issue of additional signup fields not showing up, when using OAuth Provider #420

Closed tkreuder closed 1 year ago

tkreuder commented 1 year ago

Hi, thanks a lot for this awesome plugin! I like the look and feel very much and appreciate the effort everyone has put into it!

I noticed that the Social Providers / OAuth flow has an issue, when you want to show the additional signup fields (form). They do not show up, but instead flow is directly completed.

Here it was probably still working: login_card.dart

but here the last widget.onSubmitCompleted!(); before the return, skips the additional sign up fields flow: login_card.dart

juliansteenbakker commented 1 year ago

LGTM!