fluent_ui
fluent_ui copied to clipboard
Implements Microsoft's WinUI3 in Flutter.
**Is your feature request related to a problem? Please describe.** I used the widget `DynamicOverflow`, and it's great but I would really like to have to widget on the left...
The `flutter/material` library has support for a compact, dense mode. Native Windows UI have built-in support for that Controls that support compact styling: * ListView * TextBox * PasswordBox *...
**Describe the bug** NumberBox format function fails if we add commas or $ in the formatted text. Something like $200,000 will break the widget and it will not change state...
**Describe the solution you'd like** Fluent Ui can showcase the icons in dev tools so that it will be easier for searching and using them
Add support for Fluent Icons in Dev tools. https://github.com/bdlukaa/fluent_ui/issues/1161 - [x] I have updated `CHANGELOG.md` with my changes - [x] I have run "dart format ." on the project -...
**Describe the bug** The `CommandBar` let us add `CommandBarItems` as primary or secondary. The `CommandBarButton` has a `tooltip` field, but if the item is shown as secondary the tooltip will...
It would be great to know if ComboBox just opened or closed. In SplitButtons, I could get information about whether it is open or not via flyoutController.isOpen through globalKey (also...
Handled using `onOpenChanged` callback. ## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [x] I have run "dart format ." on the project - [...
### Is your feature request related to a problem? Please describe: The menu flyout component currently only supports items defined with simple properties such as a text label, an optional...
## Pre-launch Checklist - [x] I have updated `CHANGELOG.md` with my changes - [x] I have run "dart format ." on the project - [ ] I have added/updated relevant...