Skip to content

Releases: DutchCodingCompany/pin_lock

v0.1.0

24 Feb 07:41
a4d1142
Compare
Choose a tag to compare

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

21 Feb 15:00
e002d3c
Compare
Choose a tag to compare

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