Hey, is any library to use for Paging on compose m...
# multiplatform
e
Hey, is any library to use for Paging on compose multiplatform project?
s
Do you mean androidx paging?If yes I think androidx paging provides kmp support. https://developer.android.com/kotlin/multiplatform
e
Yes!!! Thanks I’ll take a look
K 1
z
@Eduardo Ruesta But Google has not publish
paging-compose-ios
. Is cashApp publish
paging-compose-ios
, but cashApp does not intend to maintain this project, as you can see, the last release is 2024 https://github.com/cashapp/multiplatform-paging
g
Was looking for the same yesterday! I finally implement something myself with a
MutableSharedFlow
to signal a load more and an extension of
LazyListState
to detect the end of the list is reached
🫶🏽 1
e
Niceee thanks
e
Google's paging-common is multiplatform as of https://developer.android.com/jetpack/androidx/releases/paging#3.3.2
if you want to use paging-compose, the current recommendation seems to be https://issuetracker.google.com/issues/360364294#comment6