tree: c2344b33a9ce0893d81c07ef75a438301e68521f [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 has been endorsed, meaning that you only need to add url_launcher as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:url_launcher.

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

...
dependencies:
  ...
  url_launcher: ^5.5.0
  ...

If you wish to use the Linux package only, you can add url_launcher_linux as a dependency:

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