# README
image_picker
This Go package implements the host-side of the Flutter image_picker plugin.
Usage
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{}),
Issues
Please report issues at the go-flutter issue tracker.
# Structs
ImagePickerPlugin implements flutter.Plugin and handles method calls to the plugins.flutter.io/image_picker channel.