clipboard_manager

This Go package implements the host-side of the Flutter clipboard_manager plugin.

Usage

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{}),

Issues

Please report issues at the go-flutter issue tracker.