modulepackage
3.5.0+incompatible
Repository: https://github.com/jerson/flutter-openpgp.git
Documentation: pkg.go.dev
# README
openpgp
This Go package implements the host-side of the Flutter openpgp plugin.
Usage
Import as:
import openpgp "github.com/jerson/flutter-openpgp/go"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&openpgp.Plugin{}),