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

Similar issue to #588 has resurfaced on the latest update. **To Reproduce** Steps to reproduce the behavior: 1. Use fluent package example app 2. Provide a widget for `infoBadge` parameter...

bug
w: NavigationView

**Is your feature request related to a problem? Please describe.** The current implementation of `NavigationView` works, but has a lot of issues. Everything started back in version 2.0.0 when I...

enhancement
w: NavigationView

**Describe the bug** When a Tab is clicked, the state of content in another tab in the same TabView resets to initial state **To Reproduce** ``` import 'package:fluent_ui/fluent_ui.dart'; void main()...

wontfix

**Describe the bug** When using the arrow keys or the tab key to move the focus, the focus always starts on the first (down arrow, tab) or last item (up...

bug
help wanted

**Describe the bug** When adding a pane into the NavigationView with a setState(), if a PaneItemExpander is open in the footerItems, it will close. When we remove a pane, the...

bug
w: NavigationView

Hi! I wanted to translate the documentation of the package in Uzbek language. Is it possible to fork this page and translate it. https://bdlukaa.github.io/fluent_ui/ Thanks!

documentation
wontfix

It's a very common feature that auto-incrementing and -decrementing at a defined speed when holding spinbutton. - `interval` which is `Duration` type define the speed of changing. Defaults to 100...

enhancement

I need CommandBarDropButton like DropDownButton. It is very hard to build UI with only simple CommandBarButton. WinUI' CommandBar supports such [functionaliy](https://learn.microsoft.com/en-us/windows/apps/design/controls/command-bar#menus-and-flyouts) Thx. for more flexibility, CommandBarFlyoutButton which flyouts arbitrary widgets....

enhancement

**Describe the bug** When a Combobox is shown inside a Dialog, the part of the Combobox dropdown that is near the edge of the Dialog becomes dark. **Default barrierColor:** ![image](https://user-images.githubusercontent.com/5120011/216422366-d716b1d6-cfb3-4ef0-a25f-8afc3fb9350c.png)...

bug

Fixes #412 ## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [ ] I have run "dart format ." on the project - [ ]...