-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Using ListView in upperLayer section cancel the drag up action #4
Comments
I had the same problem. If you use new SingleChildScrollView(
physics: const NeverScrollableScrollPhysics(),
child: new Column(...),
) you can scroll the modal again but not the actual list. So I tried to toggle between For anyone trying it out, have a look at
|
I'm currently implementing the upper layer scrolling feature for my own project so it will be supported in the next release. |
Hi @mcrovero, I don't want to rush you, by any idea when you think you will release it? Thanks |
New version published! 😉 |
Nice job! Working good with my gridview too! Thanks |
Describe the bug
I have a column with multiple rows in my upperLayer section. If I leave at it is, I get a "Bottom overflowed" error.
Putting the column within a ListView or similar widget remove the overflow, but now, when dragging up the section, it just scroll the ListView:
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: