first commit
This commit is contained in:
commit
39e38f931f
382 changed files with 520450 additions and 0 deletions
9
macos/Runner/AppDelegate.swift
Normal file
9
macos/Runner/AppDelegate.swift
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Cocoa
|
||||
import FlutterMacOS
|
||||
|
||||
@NSApplicationMain
|
||||
class AppDelegate: FlutterAppDelegate {
|
||||
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in a new issue