Flutter_slider_drawer icon indicating copy to clipboard operation
Flutter_slider_drawer copied to clipboard

I can't use the pinch&zoom in a widget inside the slider

Open dr0-dev opened this issue 2 years ago • 3 comments

I'm not sure what blocks it, but it doesn't work.

dr0-dev avatar Jun 13 '22 12:06 dr0-dev

Can you please share video and code?

NikhilVadoliya avatar Aug 11 '22 05:08 NikhilVadoliya

I also encountered a similar situation where I used a map widget inside a Slider, and the gestures of the map were not working, possibly conflicting with the gestures of the Slider.

maxiaodegithub avatar Oct 10 '23 07:10 maxiaodegithub

I created a fork and conditioned the part related to the gesture detector. If it doesn't affect your application's usability, you can try using it by simply adding the attribute "useGestures = false". Link: https://github.com/Segatti/flutter_slider_drawer

Segatti avatar Feb 22 '24 05:02 Segatti