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

System mode does not work on macOS #19

Closed friebetill closed 3 years ago

friebetill commented 3 years ago

Describe the bug When I launch my app on macOS and set the mode to system, the theme is not matched to the macOS system theme. The system theme works fine on Android and iOS.

BirjuVachhani commented 3 years ago

@friebetill This has been recently fixed. Which version are you using?

friebetill commented 3 years ago

I am using the latest version 2.2.0. Restarting the app with the macOS dark theme active, doesn't solve the problem either.

BirjuVachhani commented 3 years ago

@friebetill Interesting!

  1. Please share example code to reproduce this.
  2. Please share steps to reproduce
friebetill commented 3 years ago

I have found the error in my code 🙈 Thank you for your attention!