-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#16068Labels
a: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
Embedding UIViews requires that the gpu and platform views are the same.
Currently apps that embed UIViews needs to statically choose a conforming thread configuration.
This is a little inefficient for apps that show embedded views some times but not always.
Once that engine supports that, we should merge the threads based on the presence of an platform view in the layer tree.
nucleartux, ened, pschwartau, ianko, hpoul and 4 more
Metadata
Metadata
Assignees
Labels
a: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically