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

Commit b513bd2

Browse files
committed
Depend on plugin_platform_interface from GIT
1 parent dc9a87a commit b513bd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/url_launcher/url_launcher/example/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ dev_dependencies:
1616
mockito: ^4.1.1
1717
# TODO (mvanbeusekom): Update to use pub.dev once 1.10.0-nullsafety released.
1818
plugin_platform_interface:
19-
path: ../../../plugin_platform_interface
19+
git:
20+
url: https://github.com/flutter/plugins.git
21+
ref: nnbd
22+
path: packages/plugin_platform_interface
2023

2124
flutter:
2225
uses-material-design: true

0 commit comments

Comments
 (0)