flutter/examples/flutter_gallery/ios/Runner
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
..
Assets.xcassets/AppIcon.appiconset [ImgBot] Optimize images (#35971) 2019-07-11 21:16:48 -07:00
Base.lproj Remove dangling reference to ViewController (#4841) 2016-07-07 10:45:58 -07:00
AppDelegate.h Subclass FlutterAppDelegate in iOS examples (#7847) 2017-02-02 18:38:48 -08:00
AppDelegate.m use_modular_headers (#42204) 2019-10-15 12:36:50 -07:00
Info.plist Enable iOS platform views for Flutter Gallery (#45126) 2019-11-18 16:13:52 -08:00
main.m Eliminate calls to deprecated FlutterInit() (#7770) 2017-01-31 17:39:29 -08:00