Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
[local_auth] Windows PR Feedback.
  • Loading branch information
azchohfi committed May 17, 2022
commit 3b873a2914b5f14adb276955ad41480056c4f051
2 changes: 1 addition & 1 deletion packages/local_auth/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.1.0

* Adds federated Windows support.
* Adds Windows support.

## 2.0.2

Expand Down
2 changes: 2 additions & 0 deletions packages/local_auth/local_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ final bool didAuthenticate = await auth.authenticate(
options: const AuthenticationOptions(biometricOnly: true));
```

*Note*: `biometricOnly` is not supported on Windows since the Windows implementation's underlying API (Windows Hello) doesn't support selecting the authentication method.

#### Dialogs

The plugin provides default dialogs for the following cases:
Expand Down