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

[connectivity][connectivity_platform_interface] update to git deps #3199

Merged
merged 15 commits into from Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions packages/connectivity/connectivity/pubspec.yaml
Expand Up @@ -25,7 +25,10 @@ dependencies:
sdk: flutter
meta: ^1.0.5
connectivity_platform_interface:
path: ../connectivity_platform_interface
git:
url: https://github.com/flutter/plugins.git
ref: nnbd
path: packages/connectivity/connectivity_platform_interface
#TODO(cyanglaz): re-endorse the below plugins when they have migrated to nnbd.
# https://github.com/flutter/flutter/issues/68669
connectivity_macos: ^0.1.0
Expand All @@ -41,7 +44,10 @@ dev_dependencies:
path: ../../integration_test
mockito: ^4.1.1
plugin_platform_interface:
path: ../../plugin_platform_interface
git:
url: https://github.com/flutter/plugins.git
ref: nnbd
path: packages/plugin_platform_interface
pedantic: ^1.10.0-nullsafety.1

environment:
Expand Down
Expand Up @@ -13,7 +13,10 @@ dependencies:
sdk: flutter
meta: ^1.3.0-nullsafety.3
plugin_platform_interface:
path: ../../plugin_platform_interface
git:
url: https://github.com/flutter/plugins.git
ref: nnbd
path: packages/plugin_platform_interface

dev_dependencies:
flutter_test:
Expand Down