Files
packages.dart/deprecated/flutter_dynamic_widget/example/macos/Runner/AppDelegate.swift
T
2026-01-15 14:38:46 -08:00

10 lines
214 B
Swift
Vendored

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