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

[sliding_up_panel] can't scroll embed Native scroll view in SlidingUpPannel #321

Open cer-cer opened 1 year ago

cer-cer commented 1 year ago

Describe the bug I'm using this library now, but it needs to embed a natvie map view inside, which makes the map view unable to zoom in and out. Gestures conflict with this control, how to solve this situation?