Zakir Sheikh
Zakir Sheikh
Please add the compose support asap on priority.
I'm eager to publish the app on F-Droid, but I haven't had the time to delve into the submission process. Rest assured, once I have some free time, I'll definitely...
@Berserk0001 We're currently **prioritizing critical tasks** such as **multi-form factor** support and addressing **bugs** that need fixing before considering the release of less crucial features. Adding lyrics is definitely in...
I have used the library in my android app called [Audiofy](https://play.google.com/store/apps/details?id=com.prime.player) The app uses version 0.8.0 of ur library. I think the things that currently Library misses include: 1. Thumb...
Actually I am on mobile. My app currently uses material2. So I can't confirm material3 implementation. 1. By loading progress I mean the slider should show buffered upto. I.e., how...
You can try legacybackgroundBlur modifier from my lib. Here check this article "Blurring the Lines: How to Achieve a Glassmorphic Design with Jetpack Compose " https://medium.com/proandroiddev/blurring-the-lines-how-to-achieve-a-glassmorphic-design-with-jetpack-compose-0225560c2d64
> Having the same issue in same Kotlin version (1.9.0) Will there have any new updates soon? It's a nice library for us, thx if possible! > > * Vocchi...
@everyone I have fixed every single one of the issue with the library in version 2.2.4. please check for latest version on home page of got version. It now supports...
> error : Class 'com.primex.core.blur.LegacyBackgroundBlurKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler. > > compose ui version : 1.6.3...
It was because I guess from version 1.5 compose started using hardware bitmap. I update the library to latest version (current 2.2.4) to fix this issue.