aloisdeniel / flutter_device_preview

Approximate how your app looks and performs on another device.
https://aloisdeniel.github.io/flutter_device_preview/
MIT License
2.21k stars 343 forks source link

When change from light mode to dark dont fire notifier event #233

Open And96 opened 1 year ago

And96 commented 1 year ago

BrightnessNotifier( onBrightnessChanged: () { setState(() {}); //on android when tap on toggle is pass from here },

//on windows using device_preview dont enter

https://stackoverflow.com/questions/58260648/how-to-listen-for-changes-to-platformbrightness-in-flutter