🎉 Initial commit for AfterWork project with Flutter

This commit is contained in:
DahoudG
2024-08-26 20:43:32 +00:00
commit bcf714ab73
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
}
}