-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/website
#5928Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: API breakBackwards-incompatible API changesBackwards-incompatible API changesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically
Description
This is an umbrella task/progress report of this design doc: Using slot to embed web Platform Views.
A partial breakdown of the tasks:
- Wrap contents of scene in a ShadowDOM.
-
Add flag to opt-into the new rendering mechanism. DO WE WANT THIS?? NO - Render views into the DOM in an unified way (this code should be identical both for canvaskit and html backends, since we're rendering outside of the ShadowDOM.
- Render SLOT on canvaskit backend
- Render SLOT on html backend
- Testing. WIP PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: API breakBackwards-incompatible API changesBackwards-incompatible API changesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically