ComposeReorderable icon indicating copy to clipboard operation
ComposeReorderable copied to clipboard

Added support for staggered grid

Open bpappin opened this issue 1 year ago • 3 comments

The internal structure of LazyStaggeredGridItemScope is missing the animateItemPlacement() modifier that LazyGridItemScope has, so that section does not work properly.

Also, there was no way to tell the orientation from LazyStaggeredGridState.isVertical because its internal and not accessible, which lead to separate remember clauses.

bpappin avatar Jun 02 '23 19:06 bpappin

will someone merge this?

IHNEL avatar Jun 11 '23 11:06 IHNEL

Please merge this @aclassen

kafri8889 avatar Oct 21 '23 07:10 kafri8889

For those needing this, it looks like its been added for 0.9.7, but the PR not merged. As far as i can tell, 0.9.7 has not been published.

bpappin avatar Jan 25 '24 18:01 bpappin