Used Flutter Migrate tool and fixed flutter_picker in pubspec.yaml

This commit is contained in:
2024-03-15 04:34:08 +01:00
parent d2b4b6ee71
commit c12ba48e15
25 changed files with 464 additions and 283 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.
}
}