draggable_builder 1.0.1
draggable_builder: ^1.0.1 copied to clipboard
Add draggable item support to dynamically built scrollable containers like GridView and ListView in Flutter.
1.0.1 #
- Fix: Correct returned targetValue in DraggedDetails on drop
1.0.0 #
- Feature: Add wrapWithDragTarget property
- Feature: Add genetic type for ID
- Feature: Add value provider
0.0.2 #
- Refactor: Renamed
id
toidentifier
inDraggableBuilder
for clarity and consistency. - Refactor: Renamed
feedbackSizeSameAsItem
tofeedbackConstraintsSameAsItem
inDraggableBuilder
to better reflect its purpose. - Feature: Added
InfiniteIndexedValueProvider
to support infinite dragging behavior in builders. - Docs: Improved and clarified documentation throughout the codebase.
0.0.1 #
- Add DraggableBuilder widget