Skip to content

Commit 295ceeb

Browse files
author
“prongbang”
committed
Config min dart sdk to 2.12.0
1 parent 50acc5e commit 295ceeb

3 files changed

Lines changed: 7 additions & 3 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.2
2+
3+
* Config min dart sdk to 2.12.0
4+
15
## 1.0.1
26

37
* Update information

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.1"
14+
local_auth_signature: "^1.0.2"
1515
```
1616
1717
## Usage

pubspec.yaml

Lines changed: 2 additions & 2 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.1
3+
version: 1.0.2
44
homepage: https://github.com/prongbang/local_auth_signature
55

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

1010
dependencies:

0 commit comments

Comments
 (0)