Unverified Commit ac13cd35 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

ios_platform_view tests pass when device rotated (#75665)

parent 152d88a3
...@@ -77,10 +77,11 @@ class PlatformViewPage extends StatelessWidget { ...@@ -77,10 +77,11 @@ class PlatformViewPage extends StatelessWidget {
), ),
body: Column( body: Column(
children: <Widget>[ children: <Widget>[
Container( Expanded(
child: const UiKitView(viewType: 'platform_view'), child: Container(
width: 300, child: const UiKitView(viewType: 'platform_view'),
height: 300, width: 300,
),
), ),
ElevatedButton( ElevatedButton(
key: button, key: button,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment