aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
821 stars 86 forks source link

Support For LazyStaggeredGrid #190

Open wakaztahir opened 1 year ago

wakaztahir commented 1 year ago

LazyStaggeredGrid is out in 1.3.2-beta02 in Compose Foundation , I'm hoping it'll arrive soon in jetpack version of compose since its on 1.3.0-alpha01 I was hoping you could support LazyStaggeredGrid !

out276 commented 1 year ago

This is very useful feature.

out276 commented 1 year ago

Can you get item long click from staggedlist to reorderlist?

bpappin commented 1 year ago

There is a PR in to support Staggered Grid https://github.com/aclassen/ComposeReorderable/pull/270

ProtonDeveloper77 commented 1 year ago

Kindly update the documentation, it shows error in rememberReorderableLazyGridState , and rememberLazyStaggeredGridState does not works

IHNEL commented 1 year ago

can someone please merge the PR #270 ?