Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit f081633

Browse files
[local_auth] Bump version for NNBD stable (#3615)
1 parent f47dbdf commit f081633

File tree

3 files changed

+16
-31
lines changed

3 files changed

+16
-31
lines changed

packages/local_auth/CHANGELOG.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
1-
## 1.1.0-nullsafety
1+
## 1.1.0
22

3-
* Allow pin, passcode, and pattern authentication with `authenticate` method
3+
* Migrate to null safety.
4+
* Allow pin, passcode, and pattern authentication with `authenticate` method.
5+
* Fix incorrect error handling switch case fallthrough.
6+
* Update README for Android Integration.
7+
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
8+
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276)).
49
* **Breaking change**. Parameter names refactored to use the generic `biometric` prefix in place of `fingerprint` in the `AndroidAuthMessages` class
510
* `fingerprintHint` is now `biometricHint`
611
* `fingerprintNotRecognized`is now `biometricNotRecognized`
712
* `fingerprintSuccess`is now `biometricSuccess`
813
* `fingerprintRequiredTitle` is now `biometricRequiredTitle`
914

10-
## 1.0.0-nullsafety.4
11-
12-
* Fix incorrect error handling switch case fallthrough.
13-
14-
## 1.0.0-nullsafety.3
15-
16-
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
17-
18-
## 1.0.0-nullsafety.2
19-
20-
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
21-
22-
## 1.0.0-nullsafety.1
23-
24-
* Update README for Android Integration.
25-
26-
## 1.0.0-nullsafety
27-
28-
* Migrate to null safety.
29-
3015
## 0.6.3+5
3116

3217
* Update Flutter SDK constraint.

packages/local_auth/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ dev_dependencies:
1717
path: ../../integration_test
1818
flutter_driver:
1919
sdk: flutter
20-
pedantic: ^1.8.0
20+
pedantic: ^1.10.0
2121

2222
flutter:
2323
uses-material-design: true
2424

2525
environment:
26-
sdk: ">=2.12.0-0 <3.0.0"
26+
sdk: ">=2.12.0-259.9.beta <3.0.0"
2727
flutter: ">=1.12.13+hotfix.5"

packages/local_auth/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth
22
description: Flutter plugin for Android and iOS devices to allow local
33
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
5-
version: 1.0.0-nullsafety.4
5+
version: 1.1.0
66

77
flutter:
88
plugin:
@@ -16,10 +16,10 @@ flutter:
1616
dependencies:
1717
flutter:
1818
sdk: flutter
19-
meta: ^1.3.0-nullsafety.3
20-
intl: ^0.17.0-nullsafety.2
21-
platform: ^3.0.0-nullsafety.4
22-
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety
19+
meta: ^1.3.0
20+
intl: ^0.17.0
21+
platform: ^3.0.0
22+
flutter_plugin_android_lifecycle: ^2.0.0
2323

2424
dev_dependencies:
2525
integration_test:
@@ -28,8 +28,8 @@ dev_dependencies:
2828
sdk: flutter
2929
flutter_test:
3030
sdk: flutter
31-
pedantic: ^1.10.0-nullsafety.1
31+
pedantic: ^1.10.0
3232

3333
environment:
34-
sdk: ">=2.12.0-0 <3.0.0"
34+
sdk: ">=2.12.0-259.9.beta <3.0.0"
3535
flutter: ">=1.12.13+hotfix.5"

0 commit comments

Comments
 (0)