draggable_builder 0.0.2
draggable_builder: ^0.0.2 copied to clipboard
Add draggable item support to dynamically built scrollable containers like GridView and ListView in Flutter.
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