Skip to content

Latest commit

 

History

History

image_picker

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.