fluent_ui icon indicating copy to clipboard operation
fluent_ui copied to clipboard

Implements Microsoft's WinUI3 in Flutter.

Results 155 fluent_ui issues
Sort by recently updated
recently updated
newest added

**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 ``` ![image](https://github.com/user-attachments/assets/5605e871-9680-4eba-8aae-b1f5ae8aaecd) **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 ``` ![image](https://github.com/user-attachments/assets/f362d7f0-7011-4c46-9e81-ef81a19bef7d)

enhancement

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...

enhancement

### 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 ![Screenshot](https://github.com/user-attachments/assets/d6bd7f21-6c91-46a7-841d-4268459cedf4)

enhancement

When running the following example (*), the submenu does not respect its parent container's dimensions: ![image](https://github.com/user-attachments/assets/df65b044-83ae-47c3-adb9-53e02fa5e3de) ```dart class Example extends StatelessWidget { const Example({super.key}); @override Widget build(BuildContext context) { return...

bug

**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...

bug
help wanted
w: NavigationView

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...

documentation

**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...

bug

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....

bug

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...