macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
Using of MacosPopupMenuItem drop exception on click to open. If skip the error, the menu opens anyway.  Exception ``` Restarted application in 337ms. [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion:...
It can be useful to re-order items in a sidebar. This will required refactoring `SidebarItems` to use a `ReorderableListView`.
## Use case Section header are useful to divide different area in sidebar. ## Proposal In the following png you can see what I mean by saying "Section header", we...
The native graphical time picker has this functionality, so it should be implemented here.
Starting from version 0.15.0, when you click x to close the window, and click the icon again to display the window, the color picker will be displayed
☂️ Views
- [x] #70 - [ ] `MacosColumnView` - [ ] `MacosOutlineView` - [ ] `MacosPopover` - [ ] `MacosTableView` - [ ] #307 https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/window-anatomy/
This umbrella issue will track the remaining controls that have yet to be implemented. ### Buttons - [ ] `MacosToggleButton` - [ ] `MacosArrowButton` - [ ] `MacosDisclosureButton` ### Selectors...
**Description** The Sidebar on Mac OS, such as in Mail, allows a full tree UI with n levels of nested nodes. The macos_ui Sidebar is only supporting one level of...
Currently, we are hardcoding the bizarrely-named `MacosColors.controlAccentColor`, which is the user's selected system accent color. (Obviously this name doesn't make much sense, but that's what Apple calls it...). Obviously, someone...
Widgets: - [x] #195 - [x] #213 - [x] #210 - [ ] `MacosStepper` - [x] `MacosSegmentedControl` - [ ] `MacosPathControl`