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...
Former Member
3 years ago@peri Great effort and interesting solution!
Unfortunately it doesn't solve the issue in the grand scheme of things as Flutter's native platform views come with a lot of caveats and tradeoffs and are still experimental on several platforms. Not to mention that you would have to write your own implementations of all widgets that use TextField under the hood (eg. TextFormField).
So, while I applaud this, I just wanted to make it clear to the 1Password folks that this is sadly not a suitable workaround for most developers.