Categorygithub.com/AlienwareHe/flutter_file_picker/go
modulepackage
0.0.4
Repository: https://github.com/alienwarehe/flutter_file_picker.git
Documentation: pkg.go.dev

# README

file_picker

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

Usage

Modify your applications options.go:

package main

import (
	... other imports ....
	
	file_picker "github.com/miguelpruivo/plugins_flutter_file_picker/go"
)

var options = []flutter.Option{
	... other plugins and options ...

	flutter.AddPlugin(&file_picker.FilePickerPlugin{}),
}

# Structs

FilePickerPlugin implements flutter.Plugin and handles method.