macos_ui icon indicating copy to clipboard operation
macos_ui copied to clipboard

Flutter widgets and themes implementing the current macOS design language.

Results 89 macos_ui issues
Sort by recently updated
recently updated
newest added

Using of MacosPopupMenuItem drop exception on click to open. If skip the error, the menu opens anyway. ![изображение](https://user-images.githubusercontent.com/86171768/186788672-7f71e4a0-90a6-4488-b4be-db237613f7da.png) Exception ``` Restarted application in 337ms. [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion:...

bug

It can be useful to re-order items in a sidebar. This will required refactoring `SidebarItems` to use a `ReorderableListView`.

improvement

## 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...

improvement

The native graphical time picker has this functionality, so it should be implemented here.

help wanted

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

bug

- [x] #70 - [ ] `MacosColumnView` - [ ] `MacosOutlineView` - [ ] `MacosPopover` - [ ] `MacosTableView` - [ ] #307 https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/window-anatomy/

help wanted

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...

bug

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...

help wanted
theme

Widgets: - [x] #195 - [x] #213 - [x] #210 - [ ] `MacosStepper` - [x] `MacosSegmentedControl` - [ ] `MacosPathControl`

help wanted
new widget