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.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
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.5 "
14+ local_auth_signature : " ^1.0.6 "
1515` ` `
1616
1717## Usage
Original file line number Diff line number Diff 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:
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.5
3+ version : 1.0.6
44homepage : https://github.com/prongbang/local_auth_signature
55
66environment :
7- sdk : ' >=2.12 .0 <3 .0.0'
7+ sdk : ' >=2.18 .0 <4 .0.0'
88 flutter : " >=2.5.0"
99
1010dependencies :
@@ -14,7 +14,7 @@ dependencies:
1414dev_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
You can’t perform that action at this time.
0 commit comments