alexmercerind / flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.
MIT License
605 stars 54 forks source link

windows11 22523 mica invalid #16

Closed yhsj0919 closed 2 years ago

yhsj0919 commented 2 years ago

windows11 22523 mica invalid

and if enter fullscreen screen will be transparent

image

image

alexmercerind commented 2 years ago

Hello @yhsj0919,

I have made d294bc4d54223ed179331ce3fbd7b5b194a0c8da commit to address this issue for newer Windows 11 builds.

I don't have latest Windows 11 build installed, please let me know if the issue is fixed & close this thread.

yhsj0919 commented 2 years ago

mica is ok,but transparent not working when i change it GIF 2021-12-22 9-05-08

alexmercerind commented 2 years ago

@yhsj0919 Mica only gives very little transparency because it is meant for persistent long-lived window surfaces (compare it with the background of new Settings app).

Acrylic is more transparent.

Tabbed is a new material that came in 22523 which is more transparent compared to Mica. However, undocumented.

alexmercerind commented 2 years ago

Just updated to 22523, the fix made by me in d294bc4d54223ed179331ce3fbd7b5b194a0c8da is working as intended.

Thanks.