tree: 0f216aa04458323d98ca20af1f91297d30c1cd9c [path history] [tgz]
  1. android/
  2. ios/
  3. lib/
  4. BUILD.gn
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
url_launcher_web/README.md

url_launcher_web

The web implementation of url_launcher.

Usage

Import the package

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec alongside the base url_launcher plugin.

(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.)

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  url_launcher: ^5.1.4
  url_launcher_web: ^0.1.0
  ...

Use the plugin

Once you have the url_launcher_web dependency in your pubspec, you should be able to use package:url_launcher as normal.