knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

On reorder callback gives wrong indexes #58

Open sudarshan5171 opened 3 months ago

sudarshan5171 commented 3 months ago

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.