This Go package implements the host-side of the Flutter image_picker plugin.
Import as:
import "github.com/go-flutter-desktop/plugins/image_picker"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&image_picker.ImagePickerPlugin{}),
Please report issues at the go-flutter issue tracker.