mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Wait for the first Flutter frame before showing the window. This avoids showing a window with empty Flutter content, which defaults to a black background. Part of https://github.com/flutter/flutter/issues/55427 Fixes https://github.com/flutter/flutter/issues/118269