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.37k stars 378 forks source link

Adding SingleChildScrollview to Scrollcontroller #155

Open imJithin777 opened 4 years ago

imJithin777 commented 4 years ago

i wanted a bottom bar as collapsed panel which when scrolled to top makes the bottom bar on top and a singlechildscrollview as floating panel...but when the bottom bar is on top and when singlechildscrollview is scrolled to down, the floating panel along with the bottom bar reaches middle of the screen and scrollcontroller is not scrolling at all. Please help me with a solution to this.