under3415
under3415
> Plz use issue template! Also which platform you running the app? See also the [parity table](https://github.com/bluefireteam/audioplayers/blob/main/feature_parity_table.md#main-features) I have provided more info using bug form. This is on Android.
Hi I am only getting it on pixel 4 emulator. Works fine on pixel 5. Also I do get an error, other user is not getting an error, just no...
> has anyone found a solution to this issue? As a workaround you can remove the low latency mode. Hopefully it will get fixed one day
@Gustl22 are you going to consider fixing this issue or not? Not much activity since your comment that the proper form should be used, which I have done...
Maybe that piece needs to be prioritized as well? There is little point in prioritizing 99.6% of the file and then having to wait for the final 0.4%... Although, there...
I am still getting this issue in version 9.3.5 on flutter sdk 3.3.2 ``` Note: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_analytics-9.3.5\android\src\main\java\io\flutter\plugins\firebase\analytics\FlutterFirebaseAnalyticsPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input...
You need to add this to your theme to fix the ContentDialog issue ``` ```
Found that in my app this had to do with merging resources. When I had this in `app.xaml` (for WinUI controls) ``` ``` and this in Page resources ``` ```...
I am getting this issue since upgrading AGP to 8. From what I could understand It has to do with AGP8 enabling [R8 full mode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode) by default. This [article](https://battleship-park.medium.com/resolving-r8-errors-in-agp-8-0-c5db1488ad4a) is...
Plugins I am using are listed below. Sorry, I am not too familiar with how Flutter framework development works, but the way it is implemented for Tizen at the moment...