This Go package implements the host-side of the Flutter file_picker plugin.
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{}),
Please report issues at the go-flutter issue tracker.