tree: d2109e41eb14871debead92c16c98ce5d2a6c7d3 [path history] [tgz]
  1. example/
  2. lib/
  3. macos/
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. README.md
packages/url_launcher/url_launcher_macos/README.md

url_launcher_macos

The macos 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.4.1
  ...

If you wish to use the macos package only, you can add url_launcher_macos as a dependency:

...
dependencies:
  ...
  url_launcher_macos: ^0.0.1
  ...