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

Commit ecf54b9

Browse files
authored
[local_auth] docs update (#3103)
Fixes incorrect reference to Touch ID rather than Face ID
1 parent 6398441 commit ecf54b9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/local_auth/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.5
2+
3+
* Updated grammatical errors and inaccurate information in README.
4+
15
## 1.1.4
26

37
* Add debug assertion that `localizedReason` in `LocalAuthentication.authenticateWithBiometrics` must not be empty.

packages/local_auth/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ try {
136136

137137
## iOS Integration
138138

139-
Note that this plugin works with both TouchID and FaceID. However, to use the latter,
139+
Note that this plugin works with both Touch ID and Face ID. However, to use the latter,
140140
you need to also add:
141141

142142
```xml
@@ -145,7 +145,7 @@ you need to also add:
145145
```
146146

147147
to your Info.plist file. Failure to do so results in a dialog that tells the user your
148-
app has not been updated to use TouchID.
148+
app has not been updated to use Face ID.
149149

150150
## Android Integration
151151

packages/local_auth/pubspec.yaml

+1-1
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.1.4
5+
version: 1.1.5
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)