reorderable_grid library

Classes

ReorderableGrid
A scrolling container that allows the user to interactively reorder the grid items.
ReorderableGridDelayedDragStartListener
A wrapper widget that will recognize the start of a drag operation by looking for a long press event. Once it is recognized, it will start a drag operation on the wrapped item in the reorderable grid.
ReorderableGridDragStartListener
A wrapper widget that will recognize the start of a drag on the wrapped widget by a PointerDownEvent, and immediately initiate dragging the wrapped item to a new location in a reorderable grid.
ReorderableGridState
The state for a grid that allows the user to interactively reorder the grid items.
ReorderableGridView
A scrollable, reorderable, 2D array of widgets.
ReorderableGridViewState
SliverReorderableGrid
A sliver grid that allows the user to interactively reorder the grid items.
SliverReorderableGridState
The state for a sliver grid that allows the user to interactively reorder the grid items.