Awesome
open_file
This Go package implements the host-side of the Flutter open_file plugin.
Usage
Import as:
import open_file "github.com/jld3103/go-flutter-open_file"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&open_file.OpenFilePlugin{}),