You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly opened window will first display a brief black screen before the Flutter-rendered UI content becomes visible. I tried using window.hide() to hide the window first, delay for a while, and then call window.show(), but the black screen still persists. Is it because the Flutter engine does not perform rendering during the hide operation? I hope there is a good solution.