tree: a4c1d647eabf926320b7040230320d897bd0fd36 [path history] [tgz]
  1. example/
  2. ios/
  3. lib/
  4. linux/
  5. .gitignore
  6. .metadata
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
packages/url_launcher/url_launcher_linux/README.md

url_launcher_linux

The Linux implementation of url_launcher.

Usage

Import the package

This package is an unendorsed Linux implementation of url_launcher.

In order to use this now, you'll need to depend on url_launcher_linux. When this package is endorsed it will be automatically used by the url_launcher package and you can switch to that API.

...
dependencies:
  ...
  url_launcher_linux: ^0.0.1
  ...