Skip to content

Latest commit

 

History

History

package_info

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.