flutter/dev/integration_tests/ios_platform_view_tests
2021-05-10 16:26:16 -07:00
..
ios Build iOS apps using Swift Packages (#73508) 2021-01-07 15:59:09 -08:00
lib Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
test_driver MIgrate ios_platform_view_tests to null safety (#80619) 2021-04-20 15:54:03 -07:00
.metadata Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
pubspec.yaml [versions] roll versions and add ffi dep (#81403) 2021-04-28 11:19:03 -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).