file_picker

package module
v0.0.0-...-53451f7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2020 License: MIT Imports: 4 Imported by: 0

README

file_picker

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

Usage

Modify your applications options.go:

package main

import (
	... other imports ....
	file_picker "github.com/miguelpruivo/plugins_flutter_file_picker/go"
)

var options = []flutter.Option{
	... other plugins and options ...

	flutter.AddPlugin(&file_picker.FilePickerPlugin{}),
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilePickerPlugin

type FilePickerPlugin struct{}

func (*FilePickerPlugin) InitPlugin

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

Jump to

Keyboard shortcuts

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