leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
712 stars 200 forks source link

white screen reveals when windowManager.show after windowManager.hide #155

Open Iuppit2r opened 2 years ago

Iuppit2r commented 2 years ago

white screen reveals (up to 15 secs) when windowManager.show after windowManager.hide. (windows)

lijy91 commented 2 years ago

As a temporary solution, call the setState method once after the window is reshown.

sufu777 commented 2 years ago

As a temporary solution, call the setState method once after the window is reshown.

I tried like this, but it seems not work correctly every time

jakub-stefaniak commented 2 years ago

Yeah, I have the same problem as @sufu777. Sometimes the setState workaround works, sometimes not.

damywise commented 2 years ago

Related: #131