Closed beta closed 2 years ago
Environment: Flutter 3.3.8 (Channel stable) and Windows 11 22H2 (22621.819)
I can't say anything unfortunately without getting into depth. I will still suspect package:window_manager
. Window behaviour is closely tied with native Win32 calls.
Tested with bitsdojo_window
and the background is working correctly. I will close this issue and dig into the code of window_manager
to see why.
Hi, I'm using flutter_acrylic together with window_manager. My
main()
function writes as shown below.And in my app widget's
initState()
:With
titleBarStyle: TitleBarStyle.normal
(the default value), mica works perfectly and turns solid properly when the window is blurred (losing focus).However after I set
titleBarStyle: TitleBarStyle.hidden
, the mica background does not react to focus changes any more.Please help to look into this problem, and let me know if I'm doing anything wrong. Thanks in advance.