aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.33k stars 247 forks source link

Add functionality to have login form fields autofill at the same time #5494

Open juan-cruz-99 opened 1 month ago

juan-cruz-99 commented 1 month ago

On which framework/platform would you like to see this feature implemented?

Flutter

Which UI component is this feature-request for?

Authenticator

Please describe your feature-request in detail.

The problem I have found is that when using password managers such as Bitwarden or Google Password Manager, every time I want to complete the email and password, I must click on each field and add the specific information. I believe the proper way for autofill should be to complete both fields at the same time.

https://github.com/user-attachments/assets/db593332-4cf7-4ef2-ac15-3a27f076ab7c

Please describe a solution you'd like.

A solution to this problem could be to use the AutofillGroup flutter widget. I will provide a link to the documentation of this widget. Adding this widget inside the form, wrapping the group of fields, would solve the problem of individual autofill for each field.

We love contributors! Is this something you'd be interested in working on?

khatruong2009 commented 1 month ago

Hi @juan-cruz-99, thank you for submitting this feature request. Are you using the Flutter Authenticator with the full UI customized?

juan-cruz-99 commented 1 month ago

Hi @khatruong2009, yes. I am using Flutter Authenticator with the full customized UI

Equartey commented 1 month ago

Hi @juan-cruz-99, we are tracking this as a feature request. Note, receiving reactions like 👍 helps us determine the importance of new features. We will provide updates here as we have them, thanks!