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

Position of the 'toggle sidebar' button #507

Open agreensh opened 3 months ago

agreensh commented 3 months ago

Use case

Match the native positioning of the 'toggle sidebar' button

Proposal

Have the button for toggling the sidebar in the same position as native macos apps. When toggling, in native apps, the position stays the same.

[Current Flutter macos_ui version]

flutter

[Native version]

native
Adrian-Samoticha commented 2 months ago

You’re right. It appears that the native ‘toggle sidebar’ button remains stationary when the sidebar is clicked. I’ll try to investigate this issue.