biometric_crypto 1.0.7
biometric_crypto: ^1.0.7 copied to clipboard
Flutter plugin for secure biometric-based cryptographic operations using Android Keystore and iOS Secure Enclave.
1.0.7 #
- Add macos support
1.0.6 #
- Change ReadMe.md to clear information
1.0.5 #
- Solve signature for android
1.0.4 #
- Add device_info_plus to example
- Use device_info_plus to check is ios emulator to trigger face id
1.0.3 #
- Add SPKI to publicKey IOS
1.0.2 #
- Remove result from android when failed
1.0.1 #
- Add comprehensive dartdoc comments for all public API elements
- Enable public_member_api_docs lint rule
1.0.0 #
- Initial release of biometric_crypto plugin
- Support for Android biometric authentication using Android Keystore
- Support for iOS biometric authentication using Secure Enclave
- Public key retrieval for server-side validation
- Face ID and fingerprint authentication support