macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
**Description** SidebarItem with disclosureItems should be selectable. In Mac OS, it is possible to select any node in the sidebar, not just child nodes. For example, in Mail a user...
This would be a very nice addition for data-heavy applications. Using a Material UI table with other mac widgets just won't look right.
**Description** When having more than 2 MacosTextFields in a ListView, then the automatic tab jumps only between the first two elements and doesn't proceed to the 3rd or 4th one....
Implement text and label fields: - [x] `MacosTextField` - [x] `MacosLabel` - [x] #197 - [ ] #196 - [ ] `MacosTokenField` -ordered by priority- ### Text Fields A text...
https://flutter.dev/docs/development/packages-and-plugins/favorites#metrics Per requirements, can only happen once we reach a full stable release with feature completeness.
**Description** I've noticed some weird behavior with resizable pane where if you have the sidebar opened and try to resize one of the panes, it doesn't respect the minimum width...
When I click on MacosPopupButton, I am getting the following exception: Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 151 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views. macos_ui: ^1.7.5...