Can't reorder a list in Flutter
I'm trying to create a list of ingredients that can be re-ordered using Flutter/Dart. I'm using ReorderableListView and ReorderableDragStartListener. I can drag the items around, but they won't re-ordered. They just snapped back to their original places. Any help? The…