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

When the ProgressBarWidget is used, bot no value is specified (so the loading animation is shown), i get the following error with fluent_ui 4.7.7. Because of the error the progress...

bug

![image](https://github.com/bdlukaa/fluent_ui/assets/40336192/437a9f32-6132-4741-8ad1-d42575bc59a0)

enhancement

**Is your feature request related to a problem? Please describe.** I want to implement some custom layout for the `NavigationAppBar`. **Describe the solution you'd like** It would be nice if...

enhancement
w: NavigationView

This PR adds tests mentioned in this issue [Tests #957](https://github.com/bdlukaa/fluent_ui/issues/957) ## NOTE: This is still a work in progress. ## Test Completed Checklist - [x] Flyouts - [x] ComboBox -...

I have made some screens responsive to small screens. - [done ] I have updated `auto_suggest_box.dart, navigation_view.dart, progress_indicators.dart, tiles.dart, main.dart` with my changes to the sizes of widgets to make...

I only found color pickers that depended on material, I hope it doesn't depend on material at all. Is there a color picker that can meet this requirement? Thank you!

enhancement

Currently, we do maintain some tests, but they are not enough and do not cover the most part of the code. It is necessary to create tests for multiple widgets:...

enhancement

**Describe the bug** During a rebuild, the infobar doesn't have color. And we have a *blink* effect. Here is a gif in `slow animation` mode: ![fluentui_infobar](https://github.com/bdlukaa/fluent_ui/assets/8223773/c5939111-a091-455a-851b-4af268b5730b)

bug

The darker bottom border of a `TextBox` changes its color when resizing the application window: ![TextBox_Border](https://github.com/bdlukaa/fluent_ui/assets/103884835/706736d0-58a9-40bd-9f3b-8408d783371c) It sometimes even disappears completely: ![TextBox_Border2](https://github.com/bdlukaa/fluent_ui/assets/103884835/3c5859e5-2754-4185-96dd-17ceebd5481a) This happens on desktop and web. **To reproduce**...

wontfix

**Describe the bug** When loading a large number(200+) of navigation Pane Items app freeze and not responding,

bug
w: NavigationView