flutter_draggable_list 1.0.0
flutter_draggable_list: ^1.0.0 copied to clipboard
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"
- 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 #

Features #
- When dragging an item to the top/ bottom the list scroll accordingly
- Works with different sized items
- material like behaviour