flutter_reorderable_list
flutter_reorderable_list copied to clipboard
On reorder callback gives wrong indexes
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.