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