macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
Fixes #587. - Respect `Sidebar.decoration.color` when provided; otherwise keep the macOS sidebar transparent to preserve blur/tint, and use `theme.canvasColor` on web. - Remove the hard-coded black fill that caused a...
**Description** Sorry to submit this as a bug but, I don't see anything in the documentation or examples. I'm trying to set background color of a SideBar bottom widget. **Steps...
https://github.com/user-attachments/assets/f99c44c3-3359-4ec1-b3eb-331d81b67262 I'm experiencing an issue with the sidebar in my app. When I hover the mouse over the sidebar or its scrollbar, the background of the sidebar starts blinking. I've...
## Use case Common feature of desktop apps -- right click to bring up a context menu to set a style, remove an item, add a new item, etc... 1000-and-1...
A handful of tests are failing due to minor color inconsistencies. This needs to be investigated and resolved.
**Description** When running mason make macosui_starter I get the following error: ``` The current mason version is 0.1.0. Because macosui_starter requires mason version >=0.1.0-dev
**Description** ```MacosSlider.color``` property defaults to ``` this.color = CupertinoColors.systemBlue``` when not specified, rather than defaulting to system accent color. This seems to be generally inconsistent with behavior of other macos_ui...
**Description** ProgressCircle is not visible when using light theme **Steps To Reproduce** 1. Specify MacosApp(themeMode: ThemeMode.light) 2. Create simple ProgressCircle() without value. **Expected behavior** ``` class ProgressCircle extends StatelessWidget {...
**Description** When using the ToolBar in a MacosScaffold, on Sidebar toggle, the toolbar jumps around. This is a result of the animation being performed by MacosWindow on the entire MacosScaffold....
## Use case Linking into stream of undo events from text field is critical for any application that needs to support undo of more than just text edit changes in...