Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/url_launcher/url_launcher_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on `package:url_launcher`.
dependencies:
url_launcher: ^5.1.4
url_launcher_web:
git: [email protected]:flutter/plugins.git
path: packages/url_launcher/url_launcher_web
git:
url: git://github.com/flutter/plugins.git
path: packages/url_launcher/url_launcher_web
```

Once you have the `url_launcher_web` dependency in your pubspec, you should
Expand Down