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

SingleChildScrollView doesn't work inside of panel widget #213

Closed Hasankanso closed 3 years ago

Hasankanso commented 3 years ago

Hello,

I just used SingleChildScrollView as a value of panel attribute, and I got bad behaviour, just to mention, SingleChildScrollView does not take scrollController as parameter, therefor I'm not sure if it's usable in panelBuilder,

any suggestions? I don't have a list, just some textfields I want to display.

salahzsh commented 1 year ago

How did you solve it?