Skip to content

Files

Latest commit

22754b8 · Nov 3, 2020

History

History
This branch is 2345 commits behind flutter/plugins:main.

url_launcher_linux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 3, 2020
Jul 7, 2020
Jul 7, 2020
Oct 21, 2020
Jul 7, 2020
Jul 7, 2020
Nov 3, 2020
Sep 3, 2020
Jul 7, 2020
Nov 3, 2020

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
  ...