macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
Reference: [Sonoma Figma Kit](https://www.figma.com/file/IX6ph2VWrJiRoMTI1Byz0K/Apple-Design-Resources---macOS-(Community)?node-id=121%3A12062&mode=dev)
Reference: [Sonoma Figma Kit](https://www.figma.com/file/IX6ph2VWrJiRoMTI1Byz0K/Apple-Design-Resources---macOS-(Community)?node-id=121%3A12078&mode=dev)
## Use case I want to create an app in my native language. In my language we use the 24-hour format (without the AM/PM suffix), It would be nice to...
## Use case This would make it possible to add different toolbars to the `ResizablePane` and `ContentArea` like the mail app does for example. This is not possible now because...
```[tasklist] ### Tasks - [ ] Add an optional help button in the top right - [ ] Add an optional "cancel" button - [ ] Allow up to four...
```[tasklist] ### Tasks - [ ] #386 - [ ] https://github.com/macosui/macos_ui/issues/446 - [ ] https://github.com/macosui/macos_ui/issues/449 ```
Given the upcoming integration with `macos_window_utils`, which allows wallpaper tinting, I would like to make sure that we correctly style widgets based on the user's system settings for wallpaper tinting...
```[tasklist] ### Tasks - [ ] Create abstract base class `MacosProgressIndicator` - [ ] Rename `ProgressCircle` to `MacosCircularProgressIndicator` - [ ] Style `MacosCircularProgressIndicator` according to [latest design](https://www.figma.com/file/IX6ph2VWrJiRoMTI1Byz0K/Apple-Design-Resources---macOS-(Community)?node-id=121%3A12174&mode=dev) - [ ]...