url_launcher_linux 0.0.1 url_launcher_linux: ^0.0.1 copied to clipboard
Linux implementation of the url_launcher plugin.
url_launcher_linux #
The Linux implementation of url_launcher
.
Usage #
Import the package #
This package is an unendorsed Linux implementation of url_launcher
.
In order to use this now, you'll need to depend on url_launcher_linux
.
When this package is endorsed it will be automatically used by the url_launcher
package and you can switch to that API.
...
dependencies:
...
url_launcher_linux: ^0.0.1
...