macosui / macos_ui

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

Rewrite `MacosSwitch` #406

Closed GroovinChip closed 1 year ago

GroovinChip commented 1 year ago

Currently, MacosSwitch merely wraps a CupertinoSwitch, and does not conform to proper specification.

I've already done this work, it just needs to be pulled out of the accuracy_refactor branch for a clean PR.