feat: golang support

This commit is contained in:
2024-11-29 17:23:38 +08:00
parent 5ebe438584
commit 8249d577be
17 changed files with 349 additions and 15 deletions

View File

@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true