flutter shell u. emacs

This commit is contained in:
Nico
2024-11-10 16:53:41 +01:00
parent 2d73f4c713
commit 740c47e610
153 changed files with 5857 additions and 219 deletions

View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/go-flutter-desktop/go-flutter"
)
var options = []flutter.Option{
flutter.WindowInitialDimensions(800, 1280),
}