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

ListTile and ReorderableList #3

Closed
ffeu opened this issue Dec 6, 2018 · 2 comments
Closed

ListTile and ReorderableList #3

ffeu opened this issue Dec 6, 2018 · 2 comments

Comments

@ffeu
Copy link

ffeu commented Dec 6, 2018

Would ListTile be incompatible with ReorderableList?

I'm trying to place a ReorderableListener in the trailing widget of a ListTile and having problems (the ListTile layout gets messy).

Is it me, or would that be expected?

@knopp
Copy link
Owner

knopp commented Dec 6, 2018

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.

@ffeu
Copy link
Author

ffeu commented Dec 7, 2018

Sorry, nevermind.

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.

Great work!

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

2 participants