Categorygithub.com/go-flutter-desktop/plugins/url_launcher
modulepackage
0.1.3
Repository: https://github.com/go-flutter-desktop/plugins.git
Documentation: pkg.go.dev

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