flutter_file_picker/go/import.go.tmpl

14 lines
392 B
Cheetah

package main
// DO NOT EDIT, this file is generated by hover at compile-time for the testplu2 plugin.
import (
flutter "github.com/go-flutter-desktop/go-flutter"
file_picker "github.com/miguelpruivo/plugins_flutter_file_picker/go"
)
func init() {
// Only the init function can me tweaked by plugin maker.
options = append(options, flutter.AddPlugin(&file_picker.FilePickerPlugin{}))
}