biometric_signature 2.1.0
biometric_signature: ^2.1.0 copied to clipboard
Flutter biometric functionality for cryptographic signing and encryption
0.0.1 #
- initial release.
1.0.0 #
- improved documentation.
1.0.1 #
- downgrade min Dart Sdk.
1.0.2 #
- fixing createSignature's options param.
1.0.3 #
- upgrading dependencies.
- refactoring.
1.0.4 #
- upgrading flutter sdk to 3.7.11.
- improved documentation.
1.0.5 #
- improved documentation.
2.0.0 #
- Consistent Platform error handling.
- Upgrade dependencies.
2.1.0 #
- Returns "biometric" for Android devices with multiple BIOMETRIC_STRONG options when called biometricAuthAvailable().
- Let createSignature() accept a "payload" keyValue pair in options arg.
- updates dependencies.
- updates README.md and the Example.