-
Notifications
You must be signed in to change notification settings - Fork 170
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
ReorderableWrap doesn't work at all, not even in the example #186
Comments
Same for me; ReorderableWrap does not catch any gesture event. I mean nothing happens when I try to drag a tile from the list. EDIT: correction - we need to long press the tiles !! |
needsLongPressDraggable: false, makes DraggableWrap work as you expect |
你的答案是正确的,但也许你也输入了一个字母(应该是:needsLongPressDraggable),但很高兴找到答案,谢了 |
I keep getting Another exception was thrown: setState() called after dispose(): |
None of the handlers are being called. It's doesn't print anything in debug consoles, nor does the drag happens. Is it something wrong with the example code or we have to do something extra in order to set it up?
The text was updated successfully, but these errors were encountered: