Categorygithub.com/go-flutter-desktop/plugins/image_picker
modulepackage
0.1.5
Repository: https://github.com/go-flutter-desktop/plugins.git
Documentation: pkg.go.dev

# 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.