flutter/dev/integration_tests/ios_platform_view_tests
2022-06-06 10:49:39 -07:00
..
ios Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
lib add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02: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 packages with update-packages (#105325) 2022-06-06 10:49:39 -07: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).