NearHuscarl / flutter_login

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

Ability to Remove Password Input #399

Closed FurkanYilmaz403 closed 1 year ago

FurkanYilmaz403 commented 1 year ago

Firebase is a lot in use with Flutter. In Firebase there is an option for sign in/up with phone number and that provider doesn't take any password. And in e-commerce this is the most used provider. So there is no need to take a password, because we are authenticating with phone verification. I added an ability to remove password input just with one boolean.

FurkanYilmaz403 commented 1 year ago

I am adding changes for my own project. You should just take consideration of first 9 commits.

juliansteenbakker commented 1 year ago

I like the idea, but i cannot merge this in its current form.

FurkanYilmaz403 commented 1 year ago

Ok, I will edit according to current form if you'll merge it.

Maclaon commented 3 months ago

Ok, I will edit according to current form if you'll merge it.

hi, is this feature megered in the current version? @FurkanYilmaz403 @juliansteenbakker , i can not find hidePassword in the latest version!