share

This Go package has a noop host-side implementation of the Flutter share plugin.

Usage

Import as:

import share "github.com/lucasmafra/go-flutter-share"

Then add the following option to your go-flutter application options:

flutter.AddPlugin(&share.SharePlugin{}),