pullrefresh icon indicating copy to clipboard operation
pullrefresh copied to clipboard

Standalone pull to refresh library for Jetpack Compose multiplatform.

Results 3 pullrefresh issues
Sort by recently updated
recently updated
newest added

I tried version 1.3.0 and it's fine. But when I bump to 1.4.0 (-beta01 or beta02), I got the error ``` :shared:iosArm64Main: Could not find dev.materii.pullrefresh:pullrefresh:1.4.0-beta01 ```

Using version 1.4.0-beta03 the app doesn't build on iOS. kotlin: 2.0.0 compose: 1.6.11 Showing All Errors Only org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException: Exception during generating code for following declaration: Showing All Messages private /*...

Tried implementing this together with a LazyColumn and the indicator shows behind the list when refreshing.