Releases: DutchCodingCompany/pin_lock
Releases · DutchCodingCompany/pin_lock
v0.1.0
0.1.0
- [BREAKING] Change
maxRetries
to maxTries
. #16
- Fixed bug when clearing input on error focus of android keyboard was lost. #17
- Fixed bug preventing calling
_checkInitialLockStatus
twice and added isCorrectPin
method to authenticator for verifying pin without unlocking. #14
v0.0.3
0.0.3
- Changed
lint
package to flutter_lints
#12
- Exposed BiometricAvailability
Available
& Unavailable
state. #11
- Update
local_auth
package to 2.1.3 #9
- Fixed crash when returning Unit through MethodChannel. #5