/file_picker

PR : go-flutter-desktop file_picker plugin

Primary LanguageGo

file_picker

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

Usage

Import as:

import "github.com/miguelpruivo/plugins_flutter_file_picker/desktop"

Then add the following option to your go-flutter application options:

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

Issues

Please report issues at the go-flutter issue tracker.