Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 666 Bytes

package_info

This Go package implements the host-side of the Flutter package_info plugin.

Usage

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.

Issues

Please report issues at the go-flutter issue tracker.