sliding_up_panel icon indicating copy to clipboard operation
sliding_up_panel copied to clipboard

How to use a `CustomScrollView` inside of the `panelBuilder`

Open aytunch opened this issue 2 years ago • 1 comments

I am using a package which manages its own ScrollController so I can not pass the scroll controller coming from panelBuilder into it. The package is vertical_scrollable_tabview

Is there a way to use SlidingUpPanel and still be able to dismiss the sheet if the CustomScrollViews position is at the top? When the content is smaller than the remaning height it works fine but when it is bigger, hence scrollable, the sheet does not dismiss and we see the overscroll effect.

This video might help.

https://user-images.githubusercontent.com/6442915/155860838-453dd90f-5e58-495b-976c-f202eb449297.mov

aytunch avatar Feb 26 '22 22:02 aytunch

@aytunch Did you find a way?

alanlanglois avatar Apr 22 '22 15:04 alanlanglois