Skip to content

Latest commit

 

History

History

path_provider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

path_provider

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

Usage

Import as:

import "github.com/go-flutter-desktop/plugins/path_provider"

Then add the following option to your go-flutter application options:

flutter.AddPlugin(&path_provider.PathProviderPlugin{
	VendorName:      "myOrganizationOrUsername",
	ApplicationName: "myApplicationName",
}),

Change the values of the Vendor and Application names to a custom and unique string, so it doesn't conflict with other organizations.

Issues

Please report issues at the go-flutter issue tracker.