This Go package implements the host-side of the Flutter package_info plugin.
Import as:
import "github.com/go-flutter-desktop/plugins/package_info"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&package_info.PackageInfoPlugin{}),
This plugin requires go-flutter v0.30.0
, and the latest version of hover.
Please report issues at the go-flutter issue tracker.