This Go package implements the host-side of the Flutter clipboard_manager plugin.
Import as:
import "github.com/djpnewton/go_flutter_clipboard_manager"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&clipboard_manager.ClipboardManagerPlugin{}),
Please report issues at the go-flutter issue tracker.