flutter_draggable_list 1.0.0 copy "flutter_draggable_list: ^1.0.0" to clipboard
flutter_draggable_list: ^1.0.0 copied to clipboard

outdated

A Flutter package which handles all aspects of drag and drop inside a listView.

flutter_list_drag_and_drop #

The Flutter team has also pushed this feature to the framework, https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/reorderable_list.dart

A new Flutter package which handles all aspects of drag and drop inside a listView.

In your pubspec.yaml

dependencies:
  f;utter_draggable_list: "^1.0.0"

Updated Null Safety Version of flutter_list_drag_and_drop

  • fix flutter_list_drag_and_drop's dart version and null safety support
  • optimize data structure and api
  • drag and drop items in List View
  • drag and drop are optional for specific item
  • animate when dragging

Demo #

Demo 1

Features #

  • When dragging an item to the top/ bottom the list scroll accordingly
  • Works with different sized items
  • material like behaviour
13
likes
0
points
82
downloads

Publisher

verified publishermufassalhussain.com

Weekly Downloads

A Flutter package which handles all aspects of drag and drop inside a listView.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_draggable_list