-
Notifications
You must be signed in to change notification settings - Fork 91
move methods on List #164
Copy link
Copy link
Open
Description
Working with reorderable lists like reorderables or ReorderableListView there often is a callback like
void onReorder(int oldIndex, int newIndex)
Would it make sense to you to add something like it's done here?
Especially the move and moveAt methods would be nice little helpers in that scenario.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels