macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.79k stars 174 forks source link

Version 2.0.7 #511

Closed Adrian-Samoticha closed 2 months ago

Adrian-Samoticha commented 2 months ago

This PR attempts to improve the color accuracy of macos_ui’s widgets by adding accent color and window state fields to MacosThemeData. Moreover, it applies a facelift to MacosCheckbox to mimic the look of native macOS checkboxes more closely.

Screenshots:

image image

The colors of many other widgets aren’t currently accurate yet, despite respecting the user’s preferred accent color. I will need to apply facelifts to other widgets as well, but doing so is outside the scope of this update.

Changelog entry:

[2.0.7]

🛠️ Updated 🛠️

Pre-launch Checklist