You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you suggest here, to reimplement the logic here, or, make flutter engine to take those into account among their other offerings such as whether system is in dark mode. And how the Android one works, listening for onResume to reread from the platform?
The text was updated successfully, but these errors were encountered:
I'm not sure since I'm not too familiar with the engine layer. You may face some resistance for adding a feature needed by a single package, unless you can justify other uses by the framework, or if implementing this logic here is infeasible. I'd create a flutter/flutter issue and get some feedback on the Discord.
Reading from macOS and Windows color accents happened on material-foundation/material-dynamic-color-flutter#42 and material-foundation/material-dynamic-color-flutter#43 and they work fine but they aren't responsive to OS changes. There are ways to get notified about OS changes and update colorings:
WM_DWMCOLORIZATIONCOLORCHANGED
see also https://stackoverflow.com/q/65155419What do you suggest here, to reimplement the logic here, or, make flutter engine to take those into account among their other offerings such as whether system is in dark mode. And how the Android one works, listening for onResume to reread from the platform?
The text was updated successfully, but these errors were encountered: