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

ReorderableWrap doesn't work at all, not even in the example #186

Open
waleed-cf opened this issue Oct 6, 2023 · 4 comments
Open

ReorderableWrap doesn't work at all, not even in the example #186

waleed-cf opened this issue Oct 6, 2023 · 4 comments

Comments

@waleed-cf
Copy link

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?

@vermefr
Copy link

vermefr commented Oct 14, 2023

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 !!

@chaos123x
Copy link

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

@nightGuest-ye
Copy link

我也是; ReorderableWrap 不捕获任何手势事件。我的意思是,当我尝试从列表中拖动图块时,什么也没有发生。
编辑:更正 - 我们需要长按瓷砖!

needLongPressDraggable: false,使 DraggableWrap 按您的预期工作

你的答案是正确的,但也许你也输入了一个字母(应该是:needsLongPressDraggable),但很高兴找到答案,谢了

@ronyquail
Copy link

I keep getting Another exception was thrown: setState() called after dispose():
_ReorderableWrapContentState#528c8(lifecycle state: defunct, not mounted, tickers:
tracking 0 tickers) when dragging. Reorder never happens

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

No branches or pull requests

5 participants