Skip to content

Commit 71fa388

Browse files
authored
Enable platform views for Flutter Gallery on iOS. (flutter#29632)
This results in running Flutter Gallery with one less thread (platform and gpu threads are the the same). This is very likely to cause a regression in the iOS Gallery benchmarks. I'm mainly interested in landing this to see how much the benchmarks regress, and it's likely that we will revert it shortly after landing.
1 parent db096cd commit 71fa388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/flutter_gallery/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
</array>
4242
<key>ITSAppUsesNonExemptEncryption</key>
4343
<false/>
44+
<key>io.flutter.embedded_views_preview</key>
45+
<true/>
4446
<key>UIViewControllerBasedStatusBarAppearance</key>
4547
<false/>
4648
</dict>

0 commit comments

Comments
 (0)