mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR adds the dark theme support for both windows and winuwp engine, based on flutter/flutter#54612. On Win32: using a registry value that is not documented. (I tested on Windows 10.0.19043.1165) On UWP: using default background color. (I couldn't find WinRT API that returns dark/light directly, without xaml package.) Flutter PR for win32: flutter/flutter#88520. This PR will close flutter/flutter#54612. This PR will complete one item in flutter/flutter#70214.