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 381 forks source link

The panel get snapped during scrolling CupertinoDateTimePicker widget #117

Open AlaaEldeenYsr opened 4 years ago

AlaaEldeenYsr commented 4 years ago

When using a listview for example inside the panel it's fine to pass it the panel scroll contoller so its scrolling can be itegrated with the panel snapping, But what if i,m using a cupertino time picker inside the panel?, The time picker doesn't handle a scroll controller prameter so its scrolling can be integrated with the panel snaping, And the problem is that the panel get snapped during picker scrolling.

gadjetnut commented 4 months ago

I have the same issue. Any update?