You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Flutter Web, Skwasm and CanvasKit use different code to embed platform views into the scene. This causes discrepencies in the behavior between the two renderers (see this doc outlining several key differences). Since embedding platform views is mostly renderer-agnostic, the code can be unified. We should do this to reduce the maintenance burden and eliminate discrepancies between the renderers.