draggable_builder 2.0.0 copy "draggable_builder: ^2.0.0" to clipboard
draggable_builder: ^2.0.0 copied to clipboard

Add draggable item support to dynamically built scrollable containers like GridView and ListView in Flutter.

2.0.0 #

  • Refactor: Refactor IndexedValueWidgetBuilder to ItemWidgetBuilder

1.0.3 #

  • Fix: Resolve index out-of-range issue in wrapWithDragTarget

1.0.2 #

  • Fix: Resolve layout bug with wrapWithDragTarget

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 to identifier in DraggableBuilder for clarity and consistency.
  • Refactor: Renamed feedbackSizeSameAsItem to feedbackConstraintsSameAsItem in DraggableBuilder 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
0
likes
130
points
57
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Add draggable item support to dynamically built scrollable containers like GridView and ListView in Flutter.

Repository (GitHub)
View/report issues

Topics

#draggable #builder #gridview #listview

License

MIT (license)

Dependencies

flutter

More

Packages that depend on draggable_builder