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

Panel is closed when I use ScrollablePositionedList in the panel #295

Open joo6077 opened 2 years ago

joo6077 commented 2 years ago

I know there is a way to pass scrollController from panelBuilder parameter to listview controller option, but I'm using ScrollablePositionedList which just has itemScrollController option not ScrollController option. Is there way to solve this problem? I appreciate for this cool plugins! Thanks!