flutter/dev/integration_tests/spell_check
Jenn Magder acdbcadb9e
Set template and migrate apps to iOS 12 minimum (#140478)
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-02 19:42:13 +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 (#140478) 2024-01-02 19:42:13 +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 Roll pub packages (#140472) 2023-12-20 22:57:21 +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].