Open
Description
Flutter on IOS/Android/MacOS (at least) seems to be have the ability to automatically select between the light/dark themes of a MaterialApp based on system settings.
Running the same app with hover doesn't behave the same way and MediaQuery.platformBrightnessOf(context)
always reports Brightness.light
which I assume is the default.
Is this something that could be implemented on either go-flutter
or as a plugin?