macos_ui
macos_ui copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
The `MacosThemeData` class does not implement value equality as `ThemeData` from the Material package does. This causes `_InheritedMacosTheme.updateShouldNotify` to return true on every widget tree rebuild if, for example, the...
Hey @GroovinChip , it's been a long time since I've heard from you. I hope you are doing well. ## Use case Am using a `GridView` with dynamic `crossAxisCount` computed...
### **How to solve it** ### **Windows 11 shows problem but web is fine.** ### **MacosScaffold get a black background.**  https://github.com/macosui/macos_ui/assets/14864126/cbd2de32-4b10-4ab6-93ed-e8367839caf7 https://github.com/macosui/macos_ui/assets/14864126/b411b5df-ec67-4daf-bb3a-5e3af2c4c8b3  `Future _configureMacosWindowUtils() async { const config...
an issue on both web and Windows platforms: The start sidebar not close properly, and black background color on both sidebars. This pull request aims to address and fix this...
**Description** After update to 2.0.2, PushButton colors always blue, even if I set it to another color **Steps To Reproduce** PushButton( controlSize: ControlSize.large, color: Colors.redAccent, ) ```[tasklist] ### Tasks ```...
I'm trying to add sidebar toggling from a `PlatformMenuItem`, nested in a `PlatformMenuGroup`, nested in a `PlatformMenuBar` which is a `child` of `MacosWindow`. I get the following error: ```sh No...
 This will involve either using the `desktop_lifecycle` plugin or writing our own. I've attempted this with `desktop_lifecycle` and it works quite well. We'll need to add a dynamic color...
The tests in this repo run as part of Flutter's CI. It was discovered recently that one of the date picker tests wasn't hermetic. It fails whenever we run it...
Situation: We should be able to use toolbar within sub view and that need not have this padding Solution: Let end dev customise this padding ## Pre-launch Checklist - [...
I updated to macos_ui 2.0. And I built the application. The build completes normally, but a MacOS-level crash occurs when starting the app. The RUN console displays the following message:...