macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
Hello, I want to try macos_ui widget. When I try to install it in a basic project `flutter pub add macos_ui ` Return an error 65: > Because macos_ui depends...
## Use case There is no way to unselect a SideBarItem because we need to provide a currentIndex (It must be in the range of 0 to [items.length]). I think...
## Use case I'd like to control the initial date set in `MacosDatePicker` widget. ## Proposal Create a parameter `initialDate` that sets `_MacosDatePickerState._initialDate` on init state. If the value of...
**Description** dark mode doesn't work. **Steps To Reproduce** Code sample https://github.com/kimmy214/flutter_boilerplate_ns **Expected behavior** **Screenshots** **Logs** Logs ``` ``` ``` ``` ``` [✓] Flutter (Channel stable, 3.3.1, on macOS 12.5.1 21G83...
**Description** Double click on `ToolBarIconButton` maximises window **Steps To Reproduce** 1. Open example app 2. Double click on any ToolBarIconButton 3. Window maximises **Expected behavior** `ToolBarIconButton` should not pass mouse...
Currently the CapacityIndicator only works with the default value of 10 for splits. I changed CapacityIndicator to work with other values and IndicatorsPage now uses splits:20. ``` macos_ui git:(dev) sh...
Currently, when transitioning from having no sidebar on the screen to having it, the `_MacosWindowState.didUpdateWidget` throws a _Null check operator used on a null value_ error because `old.sidebar` is null....
**Description** The application crashed while I try to warp MacosAPP with MultiProvier. **Expected behavior** It runs well.
## Use case hi,macos_ui is very nice. could you add some widget like macos [NSOutlineView](https://developer.apple.com/documentation/appkit/nsoutlineview) **Maintainer edit:** https://developer.apple.com/design/human-interface-guidelines/components/layout-and-organization/outline-views ## Proposal
Hi, As requested by the error message below I am letting you know that I get this error whenever I try to restart my app **but** not when I stop...