flutter docker file verson pull update

This commit is contained in:
2025-08-15 11:36:21 +02:00
parent 96d913629a
commit a45917235f
5 changed files with 15 additions and 14 deletions

View File

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