alexmercerind / flutter_acrylic

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

Windows 7 support #20

Closed krll-kov closed 2 years ago

krll-kov commented 2 years ago

Will you add windows 7 support? Right now any app that uses this plugin can not be even launched on this windows version due to bitsdojo incompatibility but if you get rid of it and try to launch example app without it - any mode will show a black screen

alexmercerind commented 2 years ago

DwmExtendFrameIntoClientArea with negative MARGINS can be used for "sheet of glass" effect on Windows 7. Unfortunately I no longer own a machine that has Windows 7 compatibility to test this out.