flutter_reorderable_list icon indicating copy to clipboard operation
flutter_reorderable_list copied to clipboard

On reorder callback gives wrong indexes

Open sudarshan5171 opened this issue 1 year ago • 0 comments

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 its giving wrong value.

sudarshan5171 avatar May 17 '24 11:05 sudarshan5171