mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Each view gets its own Dart isolate. Unfortunately, the ShellPtr is a unique resource, which means we need to proxy an implementation of Shell to each view. In the future, we should probably switch dart to expect an ApplicationConnector rather than a Shell.