we're currently developing a Flutter app (Dart language).
There is a Login Screen with two TextField's.
The password field has
obscureText: true,
as property, which hides any input.
Password Manager
More and more people are using password manager like 1password.
How can we enable this feature in flutter?
Like this:
Currently the popup doesn't show. Nothing found on the official docs, maybe there is a google documentation about it in general?
Thanks for any help!!
Check out the platform_inputs package: https://pub.dev/packages/platform_inputs
Their code sample seems to match your problem, it shows how when a textfield's textContentType
is set to TextContentType.password
with this package it will show the native password message.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With