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

[local_auth] docs update #3103

Merged
merged 12 commits into from
Apr 20, 2021
4 changes: 4 additions & 0 deletions packages/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.5

* Updated grammatical errors and inaccurate information in README.

## 1.1.4

* Add debug assertion that `localizedReason` in `LocalAuthentication.authenticateWithBiometrics` must not be empty.
Expand Down
4 changes: 2 additions & 2 deletions packages/local_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ try {

## iOS Integration

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

```xml
Expand All @@ -145,7 +145,7 @@ you need to also add:
```

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

## Android Integration

Expand Down
2 changes: 1 addition & 1 deletion 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.1.4
version: 1.1.5

flutter:
plugin:
Expand Down