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(
|
||||
children: <Widget>[
|
||||
Container(
|
||||
Expanded(
|
||||
child: Container(
|
||||
child: const UiKitView(viewType: 'platform_view'),
|
||||
width: 300,
|
||||
height: 300,
|
||||
),
|
||||
),
|
||||
ElevatedButton(
|
||||
key: button,
|
||||
|
Loading…
Reference in New Issue
Block a user