You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you share some code? I don't see why this wouldn't work. The only thing is that ReorderableListener needs a widget inside to give it size or tight constraints around it.
As the code I was trying to convert to ReorderableList was quite complex, I created a small test to try to isolate the problem. Then, I found a problem in Flutter's ReorderableListView but in the end found no error in your ReorderableList.
Would
ListTile
be incompatible withReorderableList
?I'm trying to place a
ReorderableListener
in thetrailing
widget of aListTile
and having problems (the ListTile layout gets messy).Is it me, or would that be expected?
The text was updated successfully, but these errors were encountered: