Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move methods on List #164

Open
robiness opened this issue Oct 5, 2022 · 1 comment · May be fixed by #165
Open

move methods on List #164

robiness opened this issue Oct 5, 2022 · 1 comment · May be fixed by #165

Comments

@robiness
Copy link

robiness commented Oct 5, 2022

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.

@passsy
Copy link
Collaborator

passsy commented Oct 5, 2022

Really like the move methods! Let the PRs fly in :)

@tnc1997 tnc1997 linked a pull request Oct 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants