It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
 Forum Discussion
Former Member
4 years agoAutofill password field not triggering on (Android devices) for Flutter
 Password field in Flutter, working fine with Iphones but for Android the password field is never autofilling. 
  
 1Password Version: Not Provided  
Extension Version: Not Provided  
OS Version: No...
ricardoboss
4 years agoNew Contributor
Hi saad!
This is a minimal example showing what I expect 1password to be able to fill: https://github.com/ricardoboss/flutter_password_autofill
When tapping on the username field, it should suggest logins I have used within the app or suggest to create a new login.
When a login is selected, it should fill username and password field.
When the submit button is pressed (aka the AutofillGroup is disposed and the appropriate onDisposeAction is executed by it), 1password should prompt the user if they want to save the entered details in case they are different than what was filled in automatically.
Hope this helps.
