add: flutter scaffolding, outlines for WebRTC conn

This commit is contained in:
Charles Hathaway
2023-09-17 15:45:28 -07:00
commit 6d4eef18cc
129 changed files with 5093 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import Flutter
import UIKit
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.
}
}