Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add autofill support #376

Open
jaroslawdabrowski opened this issue Dec 5, 2022 · 0 comments
Open

[FEATURE] Add autofill support #376

jaroslawdabrowski opened this issue Dec 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jaroslawdabrowski
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In login forms it is crucial to have autofill of username and password. If you logout, you don't want to reinsert username and password, but want system to propose the securely stored login data.

Nice to have: propose new password. E.g. iPhone suggests secure password.

Describe the solution you'd like
I saw that there is already an option for that in flutter. https://stackoverflow.com/questions/55633695/flutter-password-autofill. AutoFillGroup - https://api.flutter.dev/flutter/widgets/AutofillGroup-class.html

Additional context
Please let me know if you are short in resources, perhaps I will find couple of hours to implement it and send you a pull request. It is rather critical for us to go live with your flutter_login.

BTW. flutter_login is great, it saved us many dev hours.

@jaroslawdabrowski jaroslawdabrowski added the enhancement New feature or request label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant