-
Notifications
You must be signed in to change notification settings - Fork 138
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
Use ReorderableListView instead of this package #84
Comments
I'm interested in knowing how you share list items between multiple ReorderableListViews. |
If your lists are vertical, you can section off parts of the ReorderableListView using immovable elements.
|
hmm, how about reordering multiple items at the same time? That is mainly the feature this library offers from my point of view. I can have groups of items and I can change the order of the groups, order of items within group and can move item between groups. This is actually what can not be done with ReorderableListView to my knowledge |
No description provided.
The text was updated successfully, but these errors were encountered: