Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 589 Bytes

url_launcher

This Go package implements the host-side of the Flutter url_launcher plugin.

Usage

Import as:

import "github.com/go-flutter-desktop/plugins/url_launcher"

Then add the following option to your go-flutter application options:

flutter.AddPlugin(&url_launcher.UrlLauncherPlugin{}),

Issues

Please report issues at the go-flutter issue tracker.