Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b53743a
Bind to local platform interface package
stuartmorgan-g Aug 26, 2025
dff4dec
Add structured exception class
stuartmorgan-g Aug 26, 2025
0f54e0f
Update Windows
stuartmorgan-g Aug 26, 2025
9f9c148
Clarify platform interface docs
stuartmorgan-g Sep 3, 2025
a623537
Android implementation
stuartmorgan-g Aug 27, 2025
8ce45dc
Convert iOS
stuartmorgan-g Sep 3, 2025
6b44729
Documentation updates
stuartmorgan-g Sep 4, 2025
3894214
Remove useErrorDialogs and all related handling, update README
stuartmorgan-g Sep 8, 2025
b7cbe24
More changelog and version updates
stuartmorgan-g Sep 9, 2025
4897463
Rename Android biometricHint
stuartmorgan-g Sep 9, 2025
7362182
Throw structured exception from getEnrolledBiometrics
stuartmorgan-g Sep 9, 2025
a9d6b2f
Merge branch 'main' into local-auth-structured-errors
stuartmorgan-g Sep 9, 2025
359be0c
Apply Gemini error formatting suggestions in app-facing package
stuartmorgan-g Sep 11, 2025
5d23e5c
autoformat Gemini changes
stuartmorgan-g Sep 11, 2025
4f8fb80
Merge branch 'main' into local-auth-structured-errors
stuartmorgan-g Sep 11, 2025
3125501
Merge branch 'main' into local-auth-structured-errors
stuartmorgan-g Sep 16, 2025
d6dc783
Typo fixes
stuartmorgan-g Sep 16, 2025
11d257d
Merge branch 'main' into local-auth-structured-errors
stuartmorgan-g Sep 17, 2025
f11d2be
Update for adjustment to auth_options
stuartmorgan-g Sep 24, 2025
4e99fdd
Sync with landed version of platform interface
stuartmorgan-g Sep 30, 2025
fbd24bf
Merge branch 'main' into local-auth-structured-errors
stuartmorgan-g Sep 30, 2025
859b046
iOS README update
stuartmorgan-g Sep 30, 2025
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
Next Next commit
Bind to local platform interface package
  • Loading branch information
stuartmorgan-g committed Aug 26, 2025
commit b53743a56b863ea7e0720cbbb6247d469b3ada33
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ dev_dependencies:

flutter:
uses-material-design: true
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ topics:
- authentication
- biometrics
- local-auth
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ dev_dependencies:

flutter:
uses-material-design: true
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ topics:
- authentication
- biometrics
- local-auth
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_darwin/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ dev_dependencies:

flutter:
uses-material-design: true
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ topics:
- authentication
- biometrics
- local-auth
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_windows/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ dev_dependencies:

flutter:
uses-material-design: true
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ topics:
- authentication
- biometrics
- local-auth
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
dependency_overrides:
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}