Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit a4d1142

Browse files
authored
Merge pull request #18 from DutchCodingCompany/release/v0.1.0
Release/v0.1.0
2 parents 59dda61 + a55f5af commit a4d1142

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
- [BREAKING] Change `maxRetries` to `maxTries`. #16
4+
- Fixed bug when clearing input on error focus of android keyboard was lost. #17
5+
- Fixed bug preventing calling `_checkInitialLockStatus` twice and added `isCorrectPin` method to authenticator for verifying pin without unlocking. #14
6+
17
## 0.0.4
28

39
- reverted removing of safe-calls on overlays. They are only for flutter >= 3.7.0.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pin_lock
22

3-
version: 0.0.4
3+
version: 0.1.0
44

55
description: "A full solution to local authentication: it contains authentication logic and tracks authentication-relevant data, while providing an interface for app-specific UI implementatin."
66

0 commit comments

Comments
 (0)