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

Missing feedback when clicking sidebar button #510

Open Adrian-Samoticha opened 2 months ago

Adrian-Samoticha commented 2 months ago

In native macOS apps, the sidebar buttons change their color when the mouse button is pressed and switch the view when the mouse button is released:

https://github.com/macosui/macos_ui/assets/86920182/a5afe2e8-21a4-4e63-901a-2f333f5295a9

In macos_ui, the buttons don’t change their color until the mouse button is released.