modulepackage
0.0.11
Repository: https://github.com/chunhunghan/file_picker.git
Documentation: pkg.go.dev
# README
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.
# Structs
No description provided by the author