From bf4d95d72e63cd9680ccdb04f37ea42012d65a44 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Thu, 1 Oct 2020 16:26:17 -0400 Subject: [PATCH 1/7] Update README.md The message that shows up is "This app was designed to support Touch ID. It has not been updated for Face ID." not "touch id" --- packages/local_auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/README.md b/packages/local_auth/README.md index ca2aa49bed23..4dd6ca047947 100644 --- a/packages/local_auth/README.md +++ b/packages/local_auth/README.md @@ -132,7 +132,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 From dcdbda08239990ffe14f9befb73bcf25f0cfd5e3 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Wed, 7 Apr 2021 18:04:12 -0400 Subject: [PATCH 2/7] correct spacing for face and touch ids --- packages/local_auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/README.md b/packages/local_auth/README.md index 4dd6ca047947..c893a355101a 100644 --- a/packages/local_auth/README.md +++ b/packages/local_auth/README.md @@ -123,7 +123,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 From e2eca4335f65f4d475f3c2361eded8517bba5e18 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Thu, 8 Apr 2021 15:09:29 -0400 Subject: [PATCH 3/7] Update pubspec.yaml --- packages/local_auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/pubspec.yaml b/packages/local_auth/pubspec.yaml index db34a461e0d8..9505c774e24d 100644 --- a/packages/local_auth/pubspec.yaml +++ b/packages/local_auth/pubspec.yaml @@ -2,7 +2,7 @@ name: local_auth description: Flutter plugin for Android and iOS device authentication sensors such as Fingerprint Reader and Touch ID. homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth -version: 0.6.3+2 +version: 0.6.3+3 flutter: plugin: From f49cb7670d510bfa0ad52e73c9219fd2962a3587 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Thu, 8 Apr 2021 15:18:26 -0400 Subject: [PATCH 4/7] Update pubspec.yaml version --- packages/local_auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/pubspec.yaml b/packages/local_auth/pubspec.yaml index 5e2dbb4e6183..eccc2f812a89 100644 --- a/packages/local_auth/pubspec.yaml +++ b/packages/local_auth/pubspec.yaml @@ -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.3 +version: 1.1.4 flutter: plugin: From fcf609bd885b6bf5dd815d923563abff963e3c4f Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Thu, 8 Apr 2021 15:21:33 -0400 Subject: [PATCH 5/7] Update CHANGELOG.md --- packages/local_auth/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/local_auth/CHANGELOG.md b/packages/local_auth/CHANGELOG.md index 429e217cc167..9046b3e5c38a 100644 --- a/packages/local_auth/CHANGELOG.md +++ b/packages/local_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.4 + +* Updated grammatical errors and inaccurate information in README . + ## 1.1.3 * Fix crashes due to threading issues in iOS implementation. From a170d06441d9cdb0b63a044ca9f0fad6d842b906 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Fri, 16 Apr 2021 09:38:53 -0400 Subject: [PATCH 6/7] Update pubspec.yaml --- packages/local_auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/pubspec.yaml b/packages/local_auth/pubspec.yaml index eccc2f812a89..3b59bab9c541 100644 --- a/packages/local_auth/pubspec.yaml +++ b/packages/local_auth/pubspec.yaml @@ -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: From a5a4170df483e9a6ec67af2ffd9a72dad39b4c36 Mon Sep 17 00:00:00 2001 From: Somtochukwu Nwagbata Date: Fri, 16 Apr 2021 09:39:43 -0400 Subject: [PATCH 7/7] Update CHANGELOG.md --- packages/local_auth/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/local_auth/CHANGELOG.md b/packages/local_auth/CHANGELOG.md index 36ebf58c448f..9256cb85172f 100644 --- a/packages/local_auth/CHANGELOG.md +++ b/packages/local_auth/CHANGELOG.md @@ -1,7 +1,10 @@ +## 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. -* Updated grammatical errors and inaccurate information in README. ## 1.1.3 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy