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 378 forks source link

Allow close panel made thru panelBuilder from out of scroll #224

Open mrxten opened 3 years ago

mrxten commented 3 years ago

Describe the bug If I created panel via panelBuilder and use not only scrollview then drag doesnt work.

Screenshots

Screenshot 2021-03-01 at 20 36 20

You can see at screenshot is there container out of CustomScrollView, I think right behaviour will be if isDraggable enabled then I should capable drag to close that widget out scroll even if scrollview had some scrolled.

mrxten commented 3 years ago

I recorded a video, you can see when I some scrolled I cannot drag panel to close.

https://user-images.githubusercontent.com/13070572/109536432-c4e31480-7ace-11eb-84a8-e39b31b759f0.mov

mtan11 commented 3 years ago

I have the same issue. Any suggest for this issue?

WingCH commented 3 years ago

same issue

bmoraa16 commented 2 years ago

I have the same issue. Any suggest for this issue?