ios_platform_view tests pass when device rotated (#75665)
This commit is contained in:
@@ -77,10 +77,11 @@ class PlatformViewPage extends StatelessWidget {
|
||||
),
|
||||
body: Column(
|
||||
children: <Widget>[
|
||||
Container(
|
||||
child: const UiKitView(viewType: 'platform_view'),
|
||||
width: 300,
|
||||
height: 300,
|
||||
Expanded(
|
||||
child: Container(
|
||||
child: const UiKitView(viewType: 'platform_view'),
|
||||
width: 300,
|
||||
),
|
||||
),
|
||||
ElevatedButton(
|
||||
key: button,
|
||||
|
||||
Reference in New Issue
Block a user