NearHuscarl / flutter_login

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

Added dynamic prefix-icon on recover card based on user type. #436

Closed lucaloiacono closed 1 year ago

lucaloiacono commented 1 year ago

When userType parameter is set to email and we click on Forgot Password button, the icon showed on the form is fixed to UserCircle and does not change as in the login form.

This could be confusing to users, especially if the textfield is blank as is not clear they should put their email.

juliansteenbakker commented 1 year ago

Thanks!