Skip to content

Commit 285c222

Browse files
committed
Configure Dart with a minimum SDK version of 2.18.0
1 parent 6079db0 commit 285c222

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Configure Dart with a minimum SDK version of 2.18.0
4+
15
## 1.0.5
26

37
* Fix the bug where users cannot sign in after resetting Face ID and setting up a new Face ID on iOS

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local A
1111
It is really easy to use! You should ensure that you add the `local_auth_signature` as a dependency in your flutter project.
1212

1313
```yaml
14-
local_auth_signature: "^1.0.5"
14+
local_auth_signature: "^1.0.6"
1515
```
1616
1717
## Usage

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "1.0.5"
92+
version: "1.0.6"
9393
matcher:
9494
dependency: transitive
9595
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: local_auth_signature
22
description: Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local Authentication for Android and iOS.
3-
version: 1.0.5
3+
version: 1.0.6
44
homepage: https://github.com/prongbang/local_auth_signature
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: '>=2.18.0 <4.0.0'
88
flutter: ">=2.5.0"
99

1010
dependencies:
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
flutter_lints: ^2.0.1
17+
flutter_lints: ^2.0.3
1818

1919
# For information on the generic Dart part of this file, see the
2020
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)