flutter/dev/integration_tests/ios_platform_view_tests
Qun Cheng 69db714fbb
Update material_color_utilities package version to latest 0.11.1 (#145959)
This PR is to update material_color_utilities package version to the latest. `material_color_utilities/scheme/scheme_fruit_salad.dart` and `material_color_utilities/scheme/scheme_rainbow.dart` are exported after version 0.9.0.

Once this PR is merged, we don't need to explicitly import these two files like the change in PR #144805, which breaks some dependencies in `Google testing`.
2024-04-03 02:16:13 +00:00
..
ios Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
lib Enable strict-inference (#135043) 2023-09-20 19:59:08 +00:00
test_driver Reland eliminate timeouts from integration tests (#85141) 2021-06-23 13:08:51 -07:00
.metadata Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
pubspec.yaml Update material_color_utilities package version to latest 0.11.1 (#145959) 2024-04-03 02:16:13 +00:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00

ios_platform_view_test

A simple app contains:

  • A home with a button that pushes a new page into the scene.
  • A page contains a platform view, a button, and a text.
    • Press the button will update the text.

We use this app to test platform views in general such as platform view creation, destruction, and thread merging(iOS only).