initial project creation

This commit is contained in:
2024-09-03 15:17:57 -04:00
commit 898ad6d071
128 changed files with 4906 additions and 0 deletions

View File

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