Hey everyone, sharing my small Compose Multiplatform pagination library called: "lazy-pagination-compose"!
You can prefix your normal lazy composables with the word
Paginated
and you've got an easy-to-use paginated list in your UI.
Implementation is nicely abstracted across all supported composables, and logic is nicely guarded by a test suit of 120 UI tests!
Composables that you can prefix with
Thanks for making this. I actually looked for a lib like this and will definitely try it.
My ONI seed browser on https://stefan-oltmann.de/oni-seed-browser is limited to the first 100 search results, because I postponed pagination. Your lib may be an opportunity to finally deal with that. 🙂