lazy-pagination-compose
lazy-pagination-compose copied to clipboard
An intuitive and customizable Compose Multiplatform pagination composables that are built on top of lazy scrollables.
With current implementation, after scrolling through several thousand items, the app crashes with OOM because it fails to allocate a huge list of items. Before that, the app slows down...
Bumps `kotlin` from 2.1.20 to 2.1.21. Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.20 to 2.1.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-test's releases. Kotlin 2.1.21 Changelog Backend. Native. Debug KT-75991 Xcode 16.3: Fix lldb stepping...
Hi, could be possible to integrate also the `macOS` target, because the library would be great to use also on that target. If for you could be an help I...
Pull request related to the #33 "issue" - Completed the porting on `macOS` targets - Refactored the `commonMain` target to correctly add the `macOS` main targets > [!NOTE] > I...
I have an issue that buttons inside the `firstPageErrorIndicator` are not clickable. To provide a more minimal example, I strip things like the top bar or the bottom bar, or...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.8.2 to 1.9.3. Release notes Sourced from org.jetbrains.compose's releases. 1.9.3 Changes since 1.9.2 Fixes iOS Fix crash on iOS older than 17 when accessibility is enabled #2541...
Bumps `kotlin` from 2.2.0 to 2.2.21. Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.0 to 2.2.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-test's releases. Kotlin 2.2.21 Changelog Backend. Wasm KT-81372 K/Wasm: JsException: Exception was thrown while...
How to change the span count in LazyVerticalGrid or LazyVerticalStaggeredGrid? For the following functions: ``` newPageProgressIndicator: @Composable () -> Unit = {} newPageErrorIndicator: @Composable (e: Exception) -> Unit = {}...