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

**Description** Mac window title bar and toolbar have some very strange interactions that make replicating a standard mac UI appearance very difficult. See below for example code, noting two relevant...

bug

**Feature Request:** The SidebarItems widget in the macos_ui package currently requires `currentIndex` to always be a non-null value between 0 and the total item count, forcing a selection at all...

improvement

## Use case Sometimes, we would like to use flutter to create applications in the style of MacOS applications on Linux and Windows or even to be able to contribute...

Using `MacosWindow`, is it possible to enter a min height and width for the window, so that it cannot be narrowed too much? And is it possible to remove the...

**Description** **Steps To Reproduce** Code sample ```dart macOS 12.6.8 version< 13.0 macos_ui: ^2.0.9 ``` **Expected behavior** **Screenshots** **Logs** Logs ``` flutter: Warning: Falling back on slow accent color resolution. It’s...

bug

https://github.com/user-attachments/assets/9b6f4fe7-5a37-4cf7-b856-2a0e1c05e4d7

bug
bug:verified

## Use case I have a search field in my app where the results gets updated based on the input. In my case that is a weather app where you...

I would like a way to have make the results wider than the search field kinda like the picture shows. ![圖片](https://github.com/user-attachments/assets/13cf71eb-257b-4cd3-8b27-83cb77851e52)

This PR adds support for adding an icon to a push button. This approach allows passing in an iconData instead of an icon so that we can control the size...