-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not get windows dark -> light switch, but macOS is OK #37
Comments
Hi @jinfagang, The |
For Windows 10 or lower, changing the value of passed |
@alexmercerind My windows verison exactly windows 11. |
Does the example app not work? What's your Windows 11 build number? |
@alexmercerind The code above should be identical to example (copied from there). Am on latest windows 11 |
Please try this: https://github.com/alexmercerind/flutter_acrylic/releases/download/v1.0.0/flutter_acrylic_example_windows_x64.7z Switching dark & light. |
@alexmercerind thank u, let me have a try. |
Hi, I have a same logic like this:
the printed out brightness is dark and light when switch.
But the
setWindowEffect
can not make window to bright. While same code on macOS is ok.what'sthe problem here?
The text was updated successfully, but these errors were encountered: