window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

[Important] [Windows] Distortion of window while starting up

Open KRTirtho opened this issue 1 month ago • 1 comments

After upgrading to Flutter 3.22.1, Window manager is causing the entire UI to be glitched out (distorted) initially after launch.

This is how it looks image

If I turn off/comment out windowManager.ensureInitialized and windowManager.waitUntilReadyToShow function calls, the app shows up completely fine except the Title bar is visible (as expected).

There are no errors/exceptions being thrown at the Console. So, I guess this is caused any embedder change in Flutter engine?

Reverting back to Flutter 3.19.x fixes the issue though

Upstream issue: https://github.com/KRTirtho/spotube/issues/1553

Thanks for your amazing work and the plugin @lijy91 ❤️ Please fix this as soon as possible. Lots of users are affected by it.

KRTirtho avatar Jun 05 '24 16:06 KRTirtho