From 71fa3889a01658163dcdf74b27d5bab738ff23e4 Mon Sep 17 00:00:00 2001 From: Amir Hardon Date: Thu, 21 Mar 2019 11:02:43 -0700 Subject: [PATCH] Enable platform views for Flutter Gallery on iOS. (#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. --- examples/flutter_gallery/ios/Runner/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flutter_gallery/ios/Runner/Info.plist b/examples/flutter_gallery/ios/Runner/Info.plist index 998abd1b00..32e0de2521 100644 --- a/examples/flutter_gallery/ios/Runner/Info.plist +++ b/examples/flutter_gallery/ios/Runner/Info.plist @@ -41,6 +41,8 @@ ITSAppUsesNonExemptEncryption + io.flutter.embedded_views_preview + UIViewControllerBasedStatusBarAppearance