paginated-lazy-compose v1.3.5 is now released!
• Added support for JS (thanks to the contribution of
@Tomislav Mladenov) and Wasm JS targets!
• Grids are now supported! Use
PaginatedLazyColumn
&
PaginatedLazyVerticalGrid
Features so far are:
• Vertical & horizontal lists pagination using
PaginatedLazyColumn
&
PaginatedLazyRow
with the same original APIs.
• Vertical & horizontal grids pagination using
PaginatedLazyVerticalGrid
&
PaginatedLazyHorizontalGrid
with the same original APIs.
• Seamlessly integrate your pagination state with your your data layer.
• Generic fetching strategies such as
offset-based,
cursor-based,
time-based, etc...
• Resetting your pagination state using
refresh()
function
• Retrying your data fetches using
retryLastFailedRequest()
function
GitHub:
https://github.com/Ahmad-Hamwi/lazy-pagination-compose