You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/local_auth/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 0.5.2
2
+
* Executor thread needs to be UI thread.
3
+
1
4
## 0.5.1
2
5
* Fix crash on Android versions earlier than 28.
3
6
*[`authenticateWithBiometrics`](https://pub.dev/documentation/local_auth/latest/local_auth/LocalAuthentication/authenticateWithBiometrics.html) will not return result unless Biometric Dialog is closed.
"The operation was canceled because ERROR_LOCKOUT occurred too many times. Biometric authentication is disabled until the user unlocks with strong authentication (PIN/Pattern/Password)");
134
133
break;
135
134
caseBiometricPrompt.ERROR_CANCELED:
135
+
// If we are doing sticky auth and the activity has been paused,
136
+
// ignore this error. We will start listening again when resumed.
0 commit comments