feat: Error with run android (#172)

This commit is contained in:
Brett
2024-11-12 10:53:26 +08:00
parent 91b0f4eb00
commit b534ef0fb6
64 changed files with 476 additions and 404 deletions

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.
}
}