flutter/dev/integration_tests/ios_platform_view_tests
Jonah Williams 04f7c9d52e
[flutter_tools] update dwds, roll to null-safe file and process (#64195)
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
2020-08-19 16:59:52 -07:00
..
ios Revert "Build iOS apps using Swift Packages (#59009)" (#59025) 2020-06-08 15:45:10 -07:00
lib Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
test_driver Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
.metadata Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
pubspec.yaml [flutter_tools] update dwds, roll to null-safe file and process (#64195) 2020-08-19 16:59:52 -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).