flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 327 forks source link

Add listening for changes to all theme features in preferences controller #8366

Open helin24 opened 1 month ago

helin24 commented 1 month ago

See https://github.com/flutter/devtools/pull/8336

Preferences controller currently manages dark/light mode changes, but should also manage background color, foreground color, and font size to allow listeners to update when those theme features change.