mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Now the control flow for wiring up platform services starts in the platform-specific code. Previously we started in shared code, which was imposing constraints on the startup sequence for all platforms. Now that we start in platform-specific code, we'll be able to add better support for Mojo in a future patch.