Skip to content

Latest commit

 

History

History

url_launcher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.