mirror of
https://github.com/flutter/samples.git
synced 2026-03-27 14:51:45 +00:00
Adding macos files, recreating android and ios to isolate_example. (#218)
This commit is contained in:
9
isolate_example/macos/Runner/AppDelegate.swift
Normal file
9
isolate_example/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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user