Initial commit: kiosk_webview Flutter app

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
picshbj
2026-08-25 12:05:04 +09:00
commit 84ba0a57c3
140 changed files with 5220 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}