flutter/examples/flutter_gallery/ios
Amir Hardon 3c65463f89
Enable iOS platform views for Flutter Gallery (#45126)
While building the iOS platform views support we only enabled it when the app developer explicitly specified it with a flag, the main reasons were using an untested thread configuration, and taking a performance hit (even when no platform view is used due to disabled raster cache).

Now that we are using the same dynamic thread configuration whether platform views is used or not, and that raster cache works with platform views in the tree as well, we are almost ready to enabled the platform views support by default.

As a first step, I'm enabling it for the Flutter Gallery app on which we run benchmarks. After monitoring the benchmarks and making sure the gallery takes no hit we should be more confident to enabled platform views by default.

This change is expected to have no performance effect on the Gallery app at all.
2019-11-18 16:13:52 -08:00
..
fastlane Fix gallery deploy on iOS (#22810) 2019-04-05 18:55:33 -07:00
Flutter Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293) 2019-06-12 11:31:17 -07:00
Runner Enable iOS platform views for Flutter Gallery (#45126) 2019-11-18 16:13:52 -08:00
Runner.xcodeproj Revert "Build flutter_gallery with bitcode (#39851)" (#39912) 2019-09-05 11:02:20 -07:00
Runner.xcworkspace Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#34167) 2019-06-10 14:30:28 -07:00
Podfile Remove use_modular_headers from Podfiles using libraries (#42872) 2019-10-17 15:26:10 -07:00