animated_reorderable 1.4.2 animated_reorderable: ^1.4.2 copied to clipboard
The best way to make Flutter's ListView or GridView animated and reorderable.
1.4.1 #
Fixes #
- Updated
part of
directives to use string-based file paths instead of library names for improved compatibility and compliance with current Dart best practices.
1.4.0 #
Features #
- Added
reorderGestureRecognizerFactory
property to allow overriding the default drag gesture recognizer, enabling customizations like modifying the drag delay or supporting specific input devices.
1.3.3 #
Features #
- Added
getRenderedItemBuildContext
method to retrieve theBuildContext
of a rendered item.
1.3.2 #
Documentation #
- Clarified index updates during item reordering in drag callbacks and specified that in ItemDragEndCallback, the index indicates where the item was dropped.
1.1.0 #
1.0.0 #
- Initial stable release.