File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,3 +28,8 @@ dev_dependencies:
2828
2929flutter :
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}
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ dev_dependencies:
2626
2727flutter :
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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ dev_dependencies:
2626
2727flutter :
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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ dev_dependencies:
2626
2727flutter :
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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments