fluent_ui
fluent_ui copied to clipboard
Implements Microsoft's WinUI3 in Flutter.
**Is your feature request related to a problem? Please describe.** The tooltip automatically goes away when hovered, and then immediately shows itself again, infinitely. **Describe the solution you'd like** Add...
**Describe the bug** I am using the validator correctly but it does not work or show any error in the field used **To Reproduce** return TextFormBox( controller: _controller, header: _txtlabel,...
**Describe the bug** The ToggleSwich does not change the color of the knob when switching to dark mode. **To Reproduce** Steps to reproduce the behavior: 1. Switch to dark mode...
**Describe the solution you'd like** Add a variable to be able to switch the placing of the label to the other of the ToggleSwitch. This design is used in Windows...
**Is your feature request related to a problem? Please describe.** Clicking the 'clearButton' does not call 'onChanged' of the AutoSuggestBox. `onChanged` is being called when user edits the field, or...
π
Hi I am under Linux development Since I want to create LoginPage of return scaffoldpage , but seem transparent mode. How to default set windowEffect mode disable thanks
In previous version the WindowCaption was showed but to this prerelease the window buttons were not showing.
Fixes #205 ## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [ ] I have run "dart format ." on the project - [x] I...
**Describe the bug** Splash on linux **To Reproduce** 1. cd example 2. flutter create . 3. flutter run -d linux **Screenshots** 