-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix #4 - use draggable scrollbar with sliver list #12
base: master
Are you sure you want to change the base?
Conversation
Can this be pushed to a new pub release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really need to merge this in the master, fixed my problem.
This PR is open since 2018... Is there any obvious issue with it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some errors after these changes.
Something like
Cannot get size from a render object that has been marked dirty for layout.
The size of this render object is ambiguous because this render object has been modified since it was last laid out,
which typically means that the size getter was called too early in the pipeline (e.g., during the build phase) before the framework has determined the size and position of the render objects during layout.
@Rizwan-Raza I get this error only when I pass ListView with |
change BoxScrollView to Widget