usefulBeeing
usefulBeeing
While exploring the FreakyControls, I also took the opportunity to test them for possible memory leaks against a [wrapper](https://github.com/usefulBeeing/SimplifiedLeakDetector.Maui) I created around the [MemoryToolkit](https://github.com/AdamEssenmacher/MemoryToolkit.Maui). **Describe the solution you'd like**: Leak...
### Description As per [previous discussion](https://github.com/FreakyAli/Maui.FreakyControls/issues/140#issuecomment-2262295282), ### Code ### Actual Behavior The app freezes while trying to navigate to a page that holds the `FreakyAutoCompleteView` control. The following information is...
### Description As per [previous discussion](https://github.com/FreakyAli/Maui.FreakyControls/issues/140), I understand that > the controls only support Android and iOS for the time being. I'm reporting this for a couple of reasons: -...
### Description I'm getting the following error while testing the `` control: > Exception thrown: 'Microsoft.Maui.Platform.HandlerNotFoundException' in Microsoft.Maui.dll Handler not found for view Maui.FreakyControls.FreakyAutoCompleteView. ### Actual Behavior I'm assuming this...
Since I came across this [MemoryToolkit](https://github.com/AdamEssenmacher/MemoryToolkit.Maui), I created a [wrapper](https://github.com/usefulBeeing/SimplifiedLeakDetector.Maui) around it and have been testing multiple Maui elements and plugins. Today, I wanted to share the results of testing...