LazyStaggeredGrid icon indicating copy to clipboard operation
LazyStaggeredGrid copied to clipboard

A Jetpack Compose library to achieve staggered grid view

Results 7 LazyStaggeredGrid issues
Sort by recently updated
recently updated
newest added

LazyListState doesn't provide valid info. also its behavior is wrong. For example `firstVisibleItemIndex` provides the index only for left column. also `state.scrollToItem()` doesn't work as expected. it scrolls to much.

Recompositions in the items builder are being triggered too many times (like x5 compared to LazyColumn, LazyVerticalGrid). This produces stuttered scrolling. I have no debug info right now, but I...

Can I use this library with paging flow source instead of fixed list?

Applying a padding on an item doesn't seem right. We can see it on the demo screen. So it would be better to implement some modificator to add spacing between...

When the columns differ in height (sum of all items), they are not scrolling in sync anymore once the smallest column reaches the end of the screen. After that, the...

Just two files , could be moved to a multiplatform easily ! just create project using intellij , select compose multiplatform and place in common rename and publish