flutter/dev/integration_tests/ios_platform_view_tests
Jonah Williams 10571920c0
[flutter_tools] update to latest dwds API (#52936)
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
2020-03-23 18:47:50 -07:00
..
ios Fix ios_platform_view_tests app name. (Trivail) (#52446) 2020-03-12 15:39:01 -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 to latest dwds API (#52936) 2020-03-23 18:47:50 -07:00
README.md Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00

ios_platform_view_test

A simple app contains:

  • A home with 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).