Bruno D'Luka
Bruno D'Luka
Sometimes an error occurs during initialization, locking users on the splash screen. These errors should be handled and the user should be notified about it. See #203
This feature aims to improve accessibility and user experience by allowing users to magnify specific areas of the screen with intuitive touch gestures. **Proposed Features**: * Implement pinch-to-zoom gestures for...
We need to conduct performance benchmarking for the Bluecherry Client to identify potential bottlenecks, ensure optimal performance, and improve resource utilization. **Goals** * Measure CPU, memory, and GPU usage during...
### The problem Previously, it was possible to add external streams to the "External Streams" layout only. On the latest release, it is now possible to add external streams to...
Currently, the user can choose the rendering quality of the video. It is default to automatic. **The problem** When an user wants to view several cameras at the very same...
When selecting HLS as the default Streaming Protocol, app crashes and can only be restored by deleting the appdata folder.
Currently, the duration of the events is calculated by the following formula: `published date - update date`. This leads to incorrect values. This duration is returned from the server and...
An often question I receive is if I can showcase any apps made with `fluent_ui` to demonstrate the power of the package. For that matter, creating some Windows Apps Replicates...
### Discussed in https://github.com/bdlukaa/fluent_ui/discussions/1085 Originally posted by **pamtbaau** July 15, 2024 I've two apps that use a TreeView. In both apps the TreeView needs to be dynamically updated by: -...
Currently, most of our inputs make use of `HoverButton` to respond to mouse (hover, press) and touch events, as well as disabled mode. In addition to it, [`ButtonThemeData`](https://pub.dev/documentation/fluent_ui/latest/fluent_ui/ButtonThemeData-class.html) static methods...