BirjuVachhani / adaptive_theme

Easiest way to add support for light and dark theme in your flutter app.
https://pub.dev/packages/adaptive_theme
Apache License 2.0
464 stars 37 forks source link

Dark Mode and Macbook with dark theme #18

Closed teipeps closed 3 years ago

teipeps commented 3 years ago

Describe the bug When you set dark theme on macbook and run the app on chrome (WEB), the library return always dark theme

To Reproduce Run the app on a macbook with dark theme set. Try ti switch to light theme. It doesn't work.

If macbook theme is on light or automatic non problem occur.

Library version 2.1.0 Flutter version 2.0.4 MacOS Big Sure 11.2.3

BR

BirjuVachhani commented 3 years ago

@teipeps I was able to reproduce this. It seems that due to some recent changes this is happening. Old versions seems to be working fine. I'll fix this as soon as possible.

teipeps commented 3 years ago

@BirjuVachhani TNKS !!!!!

BirjuVachhani commented 3 years ago

@teipeps Fixed in v2.1.1