Bruno D'Luka
Bruno D'Luka
**Is your feature request related to a problem? Please describe.** Whenever I have to handle errors, I have to make separated checks for each platform ```dart try { await player.setUrl("https://s3.amazonaws.com/404-file.mp3");...
Fixes #205 ## Pre-launch Checklist - [ ] I have updated `CHANGELOG.md` with my changes - [ ] I have run "dart format ." on the project - [x] I...
The current implementation of both date and time pickers are old and have many issues. - [x] They still use `Acrylic` as their base implementation, making it look like it's...
A teaching tip is a semi-persistent and content-rich flyout that provides contextual information. It is often used for informing, reminding, and teaching users about important and new features that may...
### SplitButton **Is your feature request related to a problem? Please describe.** The current implementation of Fluent's Split Button is very... verbose. It takes so much lines of code to...
Add support to reorganize the nodes in TreeView, respecting the hierarchy of each item. **Additional context** - https://docs.microsoft.com/en-us/windows/apps/design/controls/tree-view#drag-and-drop-items-between-tree-views
**Is your feature request related to a problem? Please describe.** A back button is added to the app bar, but it's always disabled, making it useless. **Describe the solution you'd...
Unfortunately I don't have the time to keep maintaining this library without help anymore! I'm putting out this call for anyone who wants to get involved with the development of...
Implement the following scrollbar: | This is currently blocked by https://github.com/flutter/flutter/issues/80370 and https://github.com/flutter/flutter/issues/97876
Menus and context menus display a list of commands or options when the user requests them. Use a menu flyout to show a single, inline menu. Use a menu bar...