ios_platform_view tests pass when device rotated (#75665)

This commit is contained in:
Jenn Magder 2021-02-09 10:08:08 -08:00 committed by GitHub
parent 152d88a3df
commit ac13cd35a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,