mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Updates the way FLEViewController and FLEEngine interact, making their APIs much more closely aligned with the iOS versions of the classes. As part of the change, removes the need for an explicit launch call on FLEViewController. Also adds entrypoint support when running an engine directly, matching iOS. Breaking change for macOS runners. Part of https://github.com/flutter/flutter/issues/31735