flutter_single_character_input/example/macos/Runner/AppDelegate.swift
Brighton van den End 8199bddb28 Init Commit
2022-10-12 10:37:59 +02:00

10 lines
214 B
Swift

import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}