authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
171 stars 101 forks source link

Add method to check if storage file already exists #88

Open UlrichRaab opened 1 year ago

UlrichRaab commented 1 year ago

Hello

I use biometric storage to store a secret (generated EC key pair) at the first launch of my app. I have to check if the secret was already generated on subsequent launches without showing the authentication prompt if the secret already exists.

Can you add a method to storageFile which checks if the file already exists?