akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 381 forks source link

List view horizontal is not separated when scrolling #98

Open Phearun99 opened 4 years ago

Phearun99 commented 4 years ago

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?

akshathjain commented 4 years ago

Can you attach a sample main.dart that causes this?

Phearun99 commented 4 years ago

please check here => https://www.youtube.com/watch?v=6yC3Go6hW-w

akshathjain commented 4 years ago

I found the issue. This will be resolved in the next update.

hawkinsjb1 commented 4 years ago

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

JulianBissekkou commented 4 years ago

When will be the new update be available? Do you have the link for the merge request? @akshathjain

MarHend commented 4 years ago

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

pingcheunglai commented 4 years ago

Still running into this issue using the latest version. Any updates? Thanks for your work on this package, @akshathjain!

DrEngi commented 3 years ago

Is there any update on this?

VanTy207 commented 3 years ago

Hi! We need this update, too.

emmanuellmota commented 3 years ago

+1

dmitdu commented 3 years ago

+1

marcusvpais commented 3 years ago

Still having this issue using the latest version. Any updates? Thanks @akshathjain!

dmitdu commented 3 years ago

https://github.com/akshathjain/sliding_up_panel/pull/135 this pr fixes the issue.

marcusvpais commented 3 years ago

https://github.com/akshathjain/sliding_up_panel/pull/135 this pr fixes the issue.

You think it will it be implemented on next release?

artoniaz commented 3 years ago

I believe the issue still exist.

shahmirzali49 commented 2 years ago

@akshathjain when will you fix this issue :/ ?

shahmirzali49 commented 2 years ago

I fixed it with the @s0nerik code's.

code : https://pastebin.pl/view/b3857291

ClaudeChey commented 2 years ago

I fixed it with the @s0nerik code's.

code : https://pastebin.pl/view/b3857291

Great!