How to allow user to save/fill login info on/from Keychain/Keystore in Flutter

361 Views Asked by At

What I want to achieve

What I have tried

I have been successful saving and fetching email and password using flutter_secure_storage, but I cannot locate where they are on Keychain. I want to set domain or app bundle id or something to let Keychain/Keystore know that the credentials are for this app, but I cannot find such settings on flutter_secure_storage.

0

There are 0 best solutions below