Move flutter app into root of repo

This commit is contained in:
2026-02-20 19:44:40 -06:00
parent 9f0342ba1a
commit 5f43ff3d4c
138 changed files with 262 additions and 759 deletions

View File

@@ -0,0 +1,12 @@
import Cocoa
import FlutterMacOS
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}