fix ios build

This commit is contained in:
Salvatore Giordano
2021-03-16 18:15:32 +01:00
parent 7750159323
commit e6a4b10ecb
33 changed files with 1332 additions and 17 deletions
@@ -0,0 +1,9 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}