Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5b049f4

Browse files
author
Chris Yang
authored
[device_info][device_info_platform_interface] update to git deps (#3164)
1 parent f98493d commit 5b049f4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/device_info/device_info/pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ dependencies:
2323
flutter:
2424
sdk: flutter
2525
device_info_platform_interface:
26-
path: ../device_info_platform_interface
27-
26+
git:
27+
url: https://github.com/flutter/plugins.git
28+
ref: nnbd
29+
path: packages/device_info/device_info_platform_interface
2830
dev_dependencies:
2931
test: ^1.10.0-nullsafety.1
3032
flutter_test:

packages/device_info/device_info_platform_interface/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ dependencies:
1313
sdk: flutter
1414
meta: ^1.3.0-nullsafety.3
1515
plugin_platform_interface:
16-
path: ../../plugin_platform_interface
16+
git:
17+
url: https://github.com/flutter/plugins.git
18+
ref: nnbd
19+
path: packages/plugin_platform_interface
1720

1821
dev_dependencies:
1922
flutter_test:

0 commit comments

Comments
 (0)