Skip to content

Commit 4c5ca7c

Browse files
committed
chore(local_auth): add temporary dependency_overrides for federated plugin testing
1 parent 9fa7b6c commit 4c5ca7c

8 files changed

Lines changed: 37 additions & 0 deletions

File tree

packages/local_auth/local_auth/example/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ dev_dependencies:
2828

2929
flutter:
3030
uses-material-design: true
31+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
32+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
33+
dependency_overrides:
34+
local_auth_android: {path: ../../../../packages/local_auth/local_auth_android}
35+
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth/pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ topics:
3838
- authentication
3939
- biometrics
4040
- local-auth
41+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
42+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
43+
dependency_overrides:
44+
local_auth_android: {path: ../../../packages/local_auth/local_auth_android}
45+
local_auth_darwin: {path: ../../../packages/local_auth/local_auth_darwin}
46+
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}
47+
local_auth_windows: {path: ../../../packages/local_auth/local_auth_windows}
48+

packages/local_auth/local_auth_android/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dev_dependencies:
2626

2727
flutter:
2828
uses-material-design: true
29+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
30+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
31+
dependency_overrides:
32+
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ topics:
3636
- authentication
3737
- biometrics
3838
- local-auth
39+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
40+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
41+
dependency_overrides:
42+
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth_darwin/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dev_dependencies:
2626

2727
flutter:
2828
uses-material-design: true
29+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
30+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
31+
dependency_overrides:
32+
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth_darwin/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ topics:
3838
- authentication
3939
- biometrics
4040
- local-auth
41+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
42+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
43+
dependency_overrides:
44+
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth_windows/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dev_dependencies:
2626

2727
flutter:
2828
uses-material-design: true
29+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
30+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
31+
dependency_overrides:
32+
local_auth_platform_interface: {path: ../../../../packages/local_auth/local_auth_platform_interface}

packages/local_auth/local_auth_windows/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ topics:
3030
- authentication
3131
- biometrics
3232
- local-auth
33+
# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
34+
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
35+
dependency_overrides:
36+
local_auth_platform_interface: {path: ../../../packages/local_auth/local_auth_platform_interface}

0 commit comments

Comments
 (0)