tree: 3c232b532869aa175ef857f2163a66647abf11cf [path history] [tgz]
  1. ios/
  2. lib/
  3. test/
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. README.md
packages/url_launcher/url_launcher_web/README.md

url_launcher_web

The web implementation of url_launcher.

Usage

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec using a git dependency. This is only temporary: in the future we hope to make this package an “endorsed” implementation of url_launcher, so that it is automatically included in your Flutter Web app when you depend on package:url_launcher.

dependencies:
  url_launcher: ^5.1.4
  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 be able to use package:url_launcher as normal.