File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.0.2
2+
3+ * Config min dart sdk to 2.12.0
4+
15## 1.0.1
26
37* Update information
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local A
1111It 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
Original file line number Diff line number Diff line change 11name : local_auth_signature
22description : 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
44homepage : https://github.com/prongbang/local_auth_signature
55
66environment :
7- sdk : ' >=2.18.2 <3.0.0'
7+ sdk : ' >=2.12.0 <3.0.0'
88 flutter : " >=2.5.0"
99
1010dependencies :
You can’t perform that action at this time.
0 commit comments