flutter/dev/integration_tests/ios_platform_view_tests
2020-12-01 09:57:27 -08:00
..
ios Move Flutter.framework to build directory instead of ios/Flutter (#70224) 2020-11-17 10:09:29 -08:00
lib Removed remaining obsolete button widget references (#67440) 2020-10-07 08:45:41 -07:00
test_driver Removed remaining obsolete button widget references (#67440) 2020-10-07 08:45:41 -07:00
.metadata Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
pubspec.yaml Upgrade deps (#71450) 2020-12-01 09:57:27 -08: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).