flutter/dev/integration_tests/spell_check
Jenn Magder b08fc60024
Set template and migrate apps to iOS 12 minimum (#140823)
Reland https://github.com/flutter/flutter/pull/140478 with `ios_content_validation_test` test fix.
```
[ios_content_validation_test] Process terminated with exit code 0.
Task result:
{
  "success": true,
  "data": null,
  "detailFiles": [],
  "benchmarkScoreKeys": [],
  "reason": "success"
}

```

__________

1. Change templates to `IPHONEOS_DEPLOYMENT_TARGET`, `MinimumOSVersion`, and Podfile `platform :ios` to 12.0.
2. Add migrator for Podfile part to migrate `platform :ios, '11.0'` -> `platform :ios, '12.0'`
3. Compile with `-miphoneos-version-min=12.0`
4. Run the migrator on all example apps and integration tests.

See also https://github.com/flutter/flutter/pull/62902 and https://github.com/flutter/flutter/pull/85174 and https://github.com/flutter/flutter/pull/101963

Fixes https://github.com/flutter/flutter/issues/136060
2024-01-03 00:47:40 +00:00
..
android Update generate_gradle_lockfiles script to represent newer templates, and run it on dev/ (#135175) 2023-12-05 18:04:08 +00:00
integration_test [Android] Increase timeout duration for spell check integration test (#117989) 2023-01-05 01:46:35 +00:00
ios Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
lib Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
test_driver Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
pubspec.yaml Upgrade leak_tracker. (#140758) 2024-01-02 20:58:16 +00:00
README.md Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00

spell_check

A Flutter project for testing spell check for [EditableText].