You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
7
## 0.0.4
2
8
3
9
- reverted removing of safe-calls on overlays. They are only for flutter >= 3.7.0.
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: pin_lock
2
2
3
-
version: 0.0.4
3
+
version: 0.1.0
4
4
5
5
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."
0 commit comments