mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
FlutterDesktopEngineCreate is part of our C API. We were using a C++ reference type instead of a C-compatible pointer type. This is a breaking change to anyone calling this directly; we believe this should affect few people because the Windows template only uses the `FlutterEngine` wrapper in `shell/platform/windows/client_wrapper/include/flutter/flutter_engine.h`. Fixes https://github.com/flutter/flutter/issues/75465