implicitly_animated_reorderable_list library

Classes

Handle
A Widget that is used to initiate a drag/reorder of a Reorderable inside an ImplicitlyAnimatedReorderableList.
ImplicitlyAnimatedList<E extends Object>
A Flutter ListView that implicitly animates between the changes of two lists.
ImplicitlyAnimatedReorderableList<E extends Object>
A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.
ImplicitlyAnimatedReorderableListState<E extends Object>
MyersDiff<E>
Reorderable
The parent widget of every item in an ImplicitlyAnimatedReorderableList.
ReorderableState
SliverImplicitlyAnimatedList<E extends Object>
A Flutter Sliver that implicitly animates between the changes of two lists.

Typedefs

ReorderableBuilder = Widget Function(BuildContext context, Animation<double> animation, bool inDrag)
ReorderFinishedCallback<E> = void Function(E item, int from, int to, List<E> newItems)
ReorderStartedCallback<E> = void Function(E item, int index)