Categorygithub.com/itMicmouse/goImage/go
modulepackage
0.0.1
Repository: https://github.com/itmicmouse/goimage.git
Documentation: pkg.go.dev

# 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