This Go package implements the host-side of the Flutter url_launcher plugin.
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{}),
Please report issues at the go-flutter issue tracker.