mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
ios_platform_view tests pass when device rotated (#75665)
This commit is contained in:
parent
152d88a3df
commit
ac13cd35a5
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user