feature(gui): first basic attempt for a gui frontend in flutter
This commit is contained in:
parent
9db004472a
commit
113e1cfe53
147 changed files with 6011 additions and 34 deletions
9
caesar_gui/macos/Runner/AppDelegate.swift
Normal file
9
caesar_gui/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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue