mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Reverts: flutter/flutter#156549 Initiated by: christopherfujino Reason for reverting: https://github.com/flutter/flutter/issues/156606 Original PR Author: christopherfujino Reviewed By: {matanlurey} This change reverts the following previous change: I manually ran: ``` flutter update-packages --force-upgrade cd dev/tools && dart bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion ``` Note this bumps the `google_mobile_ads` plugin, which caused https://github.com/flutter/flutter/issues/156474. I expect it to work this time after https://flutter-review.googlesource.com/c/recipes/+/60340 |
||
---|---|---|
.. | ||
ios | ||
lib | ||
test_driver | ||
.metadata | ||
pubspec.yaml | ||
README.md |
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).