Open Phearun99 opened 4 years ago
Can you attach a sample main.dart
that causes this?
please check here => https://www.youtube.com/watch?v=6yC3Go6hW-w
I found the issue. This will be resolved in the next update.
This happens for any horizontally scrolling element, whether there is another nested vertical list or not. Same goes for having a horizontal list in the collapsed view, its very hard to scroll left/right without the entire panel constantly moving up and down, is this a bug in the package or is there a way I can better handle this? I've tried using ScrollNotificationListeners to lock the panel but it always ends up being a mess @akshathjain
When will be the new update be available? Do you have the link for the merge request? @akshathjain
Hi! We need this update, too. AND: For some reason, our listview disappears in collapsed view when trying to scroll horizontal and scroll up and down unintentional. Thanks for the update @akshathjain
Still running into this issue using the latest version. Any updates? Thanks for your work on this package, @akshathjain!
Is there any update on this?
Hi! We need this update, too.
+1
+1
Still having this issue using the latest version. Any updates? Thanks @akshathjain!
https://github.com/akshathjain/sliding_up_panel/pull/135 this pr fixes the issue.
https://github.com/akshathjain/sliding_up_panel/pull/135 this pr fixes the issue.
You think it will it be implemented on next release?
I believe the issue still exist.
@akshathjain when will you fix this issue :/ ?
I fixed it with the @s0nerik code's.
I fixed it with the @s0nerik code's.
Great!
When I have two lists, one is vertical scrolling and two horizontal scrolling. when you scroll horizontally you can slide down and up. can we scroll them separately?