mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-16 19:10:47 +08:00

This way the app can be built for desktop platforms. There is still a lot of work to do in order to get it to work, but this is a start. Related to #137
14 lines
395 B
Go
14 lines
395 B
Go
package main
|
|
|
|
// DO NOT EDIT, this file is generated by hover at compile-time for the package_info plugin.
|
|
|
|
import (
|
|
flutter "github.com/go-flutter-desktop/go-flutter"
|
|
package_info "github.com/go-flutter-desktop/plugins/package_info"
|
|
)
|
|
|
|
func init() {
|
|
// Only the init function can be tweaked by plugin maker.
|
|
options = append(options, flutter.AddPlugin(&package_info.PackageInfoPlugin{}))
|
|
}
|