mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously PlatformViewAndroid would create a pipe and hand it off to the SkyEngine, which would give it to the isolate's DartState. If a second isolate is created, the SkyEngine would no longer hold a valid proxy to a ServicesProvider, and the new isolate's Dart code can not obtain the servicesProvidedByEmbedder.