# README
goImage
This Go package implements the host-side of the Flutter goImage plugin.
Usage
Import as:
import goImage "github.com/itMicmouse/goImage/go"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&goImage.GoImagePlugin{}),
# Structs
GoImagePlugin implements flutter.Plugin and handles method.
No description provided by the author