-
Notifications
You must be signed in to change notification settings - Fork 385
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
Body not scrolling to bottom #289
Comments
Same issue here! |
I believe the problem is that the panel code wraps SlidingUpPanel.body in a Container with
making it fill the size of the screen. This would be ok if you didn't use an AppBar, or set I have a proposed fix in #303, but if you don't want to depend on a fork of this code, you could possibly hack around it as well by e.g. wrapping your widget with some Padding when also creating the AppBar:
|
can the author please check the pull request? Thanks. |
Describe the bug
See attached gif first.
On Android, the main SlidingUpPanel body is not 100% scrollable to the bottom.
In the attached gif, there is a list of rows numbered 1 to 9 (set repeated twice). The list only scrolls till the 2nd number 7. On some emulators, it scrolls till 8, but not consistently to bottom.
To Reproduce
Expected behavior
In the above code, the list should scroll to the 9th green row (bottom most widget).
Screenshots
Additional context
None
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: