From cabf5c3c7bba9b3bd5217533f8df4581165785d8 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Fri, 16 Oct 2020 13:51:09 -0700 Subject: [PATCH 1/3] update to git dep --- packages/device_info/device_info/pubspec.yaml | 2 +- .../device_info/device_info_platform_interface/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/device_info/device_info/pubspec.yaml b/packages/device_info/device_info/pubspec.yaml index 473d079a0e4f..844cc45305f4 100644 --- a/packages/device_info/device_info/pubspec.yaml +++ b/packages/device_info/device_info/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: flutter: sdk: flutter device_info_platform_interface: - path: ../device_info_platform_interface + git: https://github.com/flutter/plugins/blob/nnbd/packages/device_info/device_info_platform_interface dev_dependencies: test: ^1.10.0-nullsafety.1 diff --git a/packages/device_info/device_info_platform_interface/pubspec.yaml b/packages/device_info/device_info_platform_interface/pubspec.yaml index 54ab561c87ec..52ccd99a4609 100644 --- a/packages/device_info/device_info_platform_interface/pubspec.yaml +++ b/packages/device_info/device_info_platform_interface/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter meta: ^1.3.0-nullsafety.3 plugin_platform_interface: - path: ../../plugin_platform_interface + git: https://github.com/flutter/plugins/blob/nnbd/packages/plugin_platform_interface dev_dependencies: flutter_test: From c78c03cbaf43b62f47f5e03c4374b24d4e79696b Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Fri, 16 Oct 2020 13:56:53 -0700 Subject: [PATCH 2/3] update to git deps --- packages/device_info/device_info/pubspec.yaml | 6 ++++-- .../device_info/device_info_platform_interface/pubspec.yaml | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/device_info/device_info/pubspec.yaml b/packages/device_info/device_info/pubspec.yaml index 844cc45305f4..0c35d2cbfa3f 100644 --- a/packages/device_info/device_info/pubspec.yaml +++ b/packages/device_info/device_info/pubspec.yaml @@ -23,8 +23,10 @@ dependencies: flutter: sdk: flutter device_info_platform_interface: - git: https://github.com/flutter/plugins/blob/nnbd/packages/device_info/device_info_platform_interface - + git: + url: https://github.com/flutter/plugins.git + ref: nnbd + path: device_info/device_info_platform_interface dev_dependencies: test: ^1.10.0-nullsafety.1 flutter_test: diff --git a/packages/device_info/device_info_platform_interface/pubspec.yaml b/packages/device_info/device_info_platform_interface/pubspec.yaml index 52ccd99a4609..666e0c529ebd 100644 --- a/packages/device_info/device_info_platform_interface/pubspec.yaml +++ b/packages/device_info/device_info_platform_interface/pubspec.yaml @@ -13,7 +13,10 @@ dependencies: sdk: flutter meta: ^1.3.0-nullsafety.3 plugin_platform_interface: - git: https://github.com/flutter/plugins/blob/nnbd/packages/plugin_platform_interface + git: + url: https://github.com/flutter/plugins.git + ref: nnbd + path: packages/plugin_platform_interface dev_dependencies: flutter_test: From 9d809b8c995d4d92dccb97ae546a808015f3d4ec Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Sat, 17 Oct 2020 20:05:19 -0700 Subject: [PATCH 3/3] fix git ref --- packages/device_info/device_info/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/device_info/device_info/pubspec.yaml b/packages/device_info/device_info/pubspec.yaml index 0c35d2cbfa3f..b45124095832 100644 --- a/packages/device_info/device_info/pubspec.yaml +++ b/packages/device_info/device_info/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: git: url: https://github.com/flutter/plugins.git ref: nnbd - path: device_info/device_info_platform_interface + path: packages/device_info/device_info_platform_interface dev_dependencies: test: ^1.10.0-nullsafety.1 flutter_test: