biometric_storage 0.2.1 copy "biometric_storage: ^0.2.1" to clipboard
biometric_storage: ^0.2.1 copied to clipboard

outdated

Encrypted data store optionally secured by biometric lock with support for iOS, Android and MacOS.

biometric_storage #

Pub

Encrypted file store secured by biometric lock for Android, iOS and MacOS. Meant as a way to store small data in a hardware encrypted fashion. E.g. to store passwords, secret keys, etc. but not massive amounts of data.

On android uses androidx uses KeyStore and on iOS LocalAuthentication with KeyChain.

Check out AuthPass Password Manager for a app which makes heavy use of this plugin.

Getting Started #

Android #

  • Requirements:
    • Android: API Level >= 23
    • MainActivity must extend FlutterFragmentActivity

iOS #

https://developer.apple.com/documentation/localauthentication/logging_a_user_into_your_app_with_face_id_or_touch_id

  • include the NSFaceIDUsageDescription key in your app’s Info.plist file
  • Requires at least iOS 9

Mac OS #

  • include the NSFaceIDUsageDescription key in your app’s Info.plist file
  • enable keychain sharing and signing. (not sure why this is required. but without it You will probably see an error like:

    SecurityError, Error while writing data: -34018: A required entitlement isn't present.

  • Requires at least Mac OS 10.12

Resources #

233
likes
0
pub points
94%
popularity

Publisher

verified publishercodeux.design

Encrypted data store optionally secured by biometric lock with support for iOS, Android and MacOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, logging

More

Packages that depend on biometric_storage