Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 421 Bytes

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{}),