Releases: authpass/biometric_storage
Releases · authpass/biometric_storage
v5.0.1
- Add option for iOS/MacOS to allow non-biometric authentication (
darwinBiometricOnly
) #101
- Improve [canAuthenticate] to differentiate between no available biometry and no available
user code.
- Bump dart sdk requirement to
3.2
.
v4.1.2
- Android: Move File I/O and encryption to background thread. (Previously used UI Thread)
#64
v4.1.0
android: Remove dependency on moshi