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.36k stars 377 forks source link

Sliding up panel with scrollable positioned list #300

Open joo6077 opened 2 years ago

joo6077 commented 2 years ago

I love to use this library for sure! But I face some problems.

I know there is a way to solve it in listview to pass scrollcontroller from panel scrollcontroller

but ScrollablePositionedList only supports itemScrollController.

I would like to know how to prevent scrollup in ScrollablePositionedList!

Thanks!