mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-10 13:40:40 -05:00
add veilid flutter plugin skeleton
This commit is contained in:
parent
268e280914
commit
7877be5edd
156 changed files with 5105 additions and 0 deletions
9
veilid-flutter/example/macos/Runner/AppDelegate.swift
Normal file
9
veilid-flutter/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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue