# README
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.
# Structs
ImagePickerPlugin implements flutter.Plugin and handles method calls to the plugins.flutter.io/url_launcher channel.