clipboard_manager

package module
v0.0.0-...-3d6264a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2019 License: MIT Imports: 5 Imported by: 0

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClipboardManagerPlugin

type ClipboardManagerPlugin struct{}

ClipboardManagerPlugin implements flutter.Plugin and handles method calls to the clipboard_manager channel.

func (*ClipboardManagerPlugin) InitPlugin

func (p *ClipboardManagerPlugin) InitPlugin(messenger plugin.BinaryMessenger) error

InitPlugin initializes the plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL