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

Commit 42719e7

Browse files
committed
Depend on GIT
1 parent 6bab67b commit 42719e7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/url_launcher/url_launcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
url_launcher_macos: ^0.0.1
3838
url_launcher_windows: ^0.0.1
3939
# TODO(mvanbeusekom): Temporary disabled until web is migrated to nnbd (advised by @blasten).
40-
url_launcher_web: ^0.1.3
40+
#url_launcher_web: ^0.1.3
4141

4242
dev_dependencies:
4343
flutter_test:

packages/url_launcher/url_launcher_platform_interface/pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ version: 2.0.0-nullsafety
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
# TODO (mvanbeusekom): use pub.dev once 1.10.0-nullsafety released.
11+
# TODO (mvanbeusekom): Update to use pub.dev once 1.10.0-nullsafety released.
1212
plugin_platform_interface:
13-
path: ../../plugin_platform_interface
13+
git:
14+
url: https://github.com/flutter/plugins.git
15+
ref: nnbd
16+
path: packages/plugin_platform_interface
1417

1518
dev_dependencies:
1619
flutter_test:

0 commit comments

Comments
 (0)