tree: 0b5ace33fc577d0f6253f92194846c3750ed95ba [path history] [tgz]
  1. example/
  2. lib/
  3. windows/
  4. .gitignore
  5. .metadata
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
packages/url_launcher/url_launcher_windows/README.md

url_launcher_windows

The Windows 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.6.0
  ...

If you wish to use the Windows package only, you can add url_launcher_windows as a dependency:

...
dependencies:
  ...
  url_launcher_windows: ^0.0.1
  ...