? Reorderable Grid ?
A full reorderable grid implemention similar to Flutters Reorderable_List. withfull ReorderableGridView
, ReorderableGrid
and SliverReorderableGrid
implementations
? How it works
ReorderableGridView
is a drop in replacement for the existing GridView
and adds an onReorder
callback that provides the original and new index of the reordered item.
ReorderableGrid
provides all the constructors and parameters the normal GridView
has. The package also includes:
ReorderableGridView
, which is a prebuild Material-ish implementation of the grid.ReorderableGrid
, A barebones widget that allows you to customize the grid however you wantSliverReorderableGrid
, a reorderable grid sliver for custom scroll implementations
? Get Involved
If this package is useful to you please ? on pub.dev and ⭐ on github. If you have any Issues, recommendations or pull requests I’d love to see them!