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

Commit e002d3c

Browse files
authored
Merge pull request #13 from DutchCodingCompany/release/v0.0.3
Release/v0.0.3
2 parents 12af445 + e415e66 commit e002d3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.3
2+
3+
- Changed `lint` package to `flutter_lints` #12
4+
- Exposed BiometricAvailability `Available` & `Unavailable` state. #11
5+
- Update `local_auth` package to 2.1.3 #9
6+
- Fixed crash when returning Unit through MethodChannel. #5
7+
18
## 0.0.1+5
29

310
Fixed static analysis

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.2
3+
version: 0.0.3
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)