flutter_reorderable_list
flutter_reorderable_list copied to clipboard
ReorderableList for Flutter
Hey there. I wondered if it's possible to remove/adjust the shadow from the dragged item. Many thanks Steve
DragProxy gets stuck when ListView contains a lot of items and we drag it from the end to the start and then release
Failed to build iOS app Error (Xcode): ../lib/flutter_reorderable_list.dart:188:36: Error: The class 'Drag' can't be used as a mixin because it isn't a mixin class nor a mixin.
The code line 230 seems strange to me because at line 227 `_dragging` is always set to null. Maybe this is a mistake? Please close this PR if it is...
When we drag the upper element to lower then its giving +1 index number. However it works well when we drag lower item to upper item. ie.. If newIndex>oldIndex then...