reorderable_grid icon indicating copy to clipboard operation
reorderable_grid copied to clipboard

A Flutter inplementation of the reorderable grid UI pattern, closely mimics Flutters exisiting ReorderableList

Results 4 reorderable_grid issues
Sort by recently updated
recently updated
newest added

The example using `ReorderableGridView.extent` works as expected, `SliverReorderableGrid` has no example. I've put together the following based on [issue 4](https://github.com/casvanluijtelaar/reorderable_grid/issues/4), Card() becomes drag-able. Problem is when dropping the Card(), the...

Hi, thanks for building great package, but i want semantics does'nt merge. I see in https://github.com/casvanluijtelaar/reorderable_grid/blob/master/lib/src/reorderable_grid_view.dart#L561 you added Merge semantics. If possible to add optional parameter for ignore MergeSemantics?

good first issue

This is a wonderful package. It will be great if you can add below features: 1、support insert and delete animation api, just like AnimatedGrid 2、when inserting or deleting item, other...

enhancement
good first issue

Hi, Is it normal for this package that all grid items gets rebuilt when dragging a single item? (even when just hovering in place without actually reordering anything). My app...

help wanted
question