feat: Add iOS platform support

This commit is contained in:
Erwan Leboucher 2026-08-08 21:37:48 +02:00 committed by eleboucher
commit 606bf78152
62 changed files with 1667 additions and 50 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.
}
}