fluent_ui
fluent_ui copied to clipboard
Implements Microsoft's WinUI3 in Flutter.
**RadioMenuFlyoutItem** [`RadioMenuFlyoutItem`](https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.radiomenuflyoutitem?view=winui-2.8) lets only one element of its group to be checked. ```xaml ```  **ToggleMenuFlyoutItem** [`ToggleMenuFlyoutItem`](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglemenuflyoutitem?view=windows-app-sdk-1.5) lets several elements of its group to be checked. ```xaml ``` 
Hello This is a new Feature request. **Is your feature request related to a problem? Please describe.** This package does not have a classic menu bar. **Describe the solution you'd...
### Discussed in https://github.com/bdlukaa/fluent_ui/discussions/1105 Originally posted by **Zhou-Pixel** August 25, 2024 How can I make this area become `DragToMoveArea` in `window_manager`, just like google chrome 
When running the following example (*), the submenu does not respect its parent container's dimensions:  ```dart class Example extends StatelessWidget { const Example({super.key}); @override Widget build(BuildContext context) { return...
**Describe the bug** RT, when set navigation Pane Display Mode to "PaneDisplayMode.minimal", then switch another page, it will refresh twice **To Reproduce** Steps to reproduce the behavior: 1. Go to...
Dear maintainers, greetings from [CommandDash](https://commanddash.io)! We are a tool to turn docs and examples of your library into a code generation AI agent which **helps devs directly generate code for...
**Describe the bug** The `TextBox()` widget does not focus on tap, and also is non-editable because of it. The Flutter-Inspector, shows it's FocusNode as 'NOT FOCUSABLE' **To Reproduce** Minimal Reproducible...
Since I upgrade your demo package to major-version and compileSdk 34 1) I found invalid system theme color or strange filledbutton Ui 2) when I run the example to emulator...
This seems to have been an issue in flutter material too, [fixed here](https://github.com/flutter/flutter/pull/119199): When the mouse leaves/enters the window, the `child` of `Tooltip` is created with an entirely new state....
When using a NumberBox in inline mode, and when the field is not focused, clicking on the down icon button increment insted of decrement the value. This doesn't happend when...