tree: db5354e90626dd0ce256b8cab512efd4172140f0 [path history] [tgz]
  1. android/
  2. example/
  3. ios/
  4. lib/
  5. macos/
  6. BUILD.gn
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
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
  ...