Skip to content

Commit

Permalink
Config min dart sdk to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
“prongbang” committed Dec 29, 2022
1 parent 50acc5e commit 295ceeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Config min dart sdk to 2.12.0

## 1.0.1

* Update information
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local A
It is really easy to use! You should ensure that you add the `local_auth_signature` as a dependency in your flutter project.

```yaml
local_auth_signature: "^1.0.1"
local_auth_signature: "^1.0.2"
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: local_auth_signature
description: Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local Authentication for Android and iOS.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/prongbang/local_auth_signature

environment:
sdk: '>=2.18.2 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 295ceeb

Please sign in to comment.