ente/thirdparty/flutter_image_compress/go/import.go.tmpl
2021-01-21 16:19:12 +05:30

14 lines
432 B
Cheetah

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