fluent_ui
fluent_ui copied to clipboard
Implements Microsoft's WinUI3 in Flutter.
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...
**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...
**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()...
**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...
**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...
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!
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...
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....
**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:** ...
Fixes #412 ## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [ ] I have run "dart format ." on the project - [ ]...