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

[local_auth] Bump version for NNBD stable #3615

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 7 additions & 22 deletions packages/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
## 1.1.0-nullsafety
## 1.1.0

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

## 1.0.0-nullsafety.4

* Fix incorrect error handling switch case fallthrough.

## 1.0.0-nullsafety.3

* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.

## 1.0.0-nullsafety.2

* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))

## 1.0.0-nullsafety.1

* Update README for Android Integration.

## 1.0.0-nullsafety

* Migrate to null safety.

## 0.6.3+5

* Update Flutter SDK constraint.
Expand Down
4 changes: 2 additions & 2 deletions packages/local_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ dev_dependencies:
path: ../../integration_test
flutter_driver:
sdk: flutter
pedantic: ^1.8.0
pedantic: ^1.10.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"
14 changes: 7 additions & 7 deletions packages/local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth
description: Flutter plugin for Android and iOS devices to allow local
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
version: 1.0.0-nullsafety.4
version: 1.1.0

flutter:
plugin:
Expand All @@ -16,10 +16,10 @@ flutter:
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.3
intl: ^0.17.0-nullsafety.2
platform: ^3.0.0-nullsafety.4
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety
meta: ^1.3.0
intl: ^0.17.0
platform: ^3.0.0
flutter_plugin_android_lifecycle: ^2.0.0

dev_dependencies:
integration_test:
Expand All @@ -28,8 +28,8 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

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