pinch_zoom_release_unzoom icon indicating copy to clipboard operation
pinch_zoom_release_unzoom copied to clipboard

package for pinch on zoom and unzoom on release

Results 4 pinch_zoom_release_unzoom issues
Sort by recently updated
recently updated
newest added

Single finger sliding block scorlling in list

I see no example of making this work on a carousel slider. Whatever I try, the slider will swap page positions, even if blocking the scrolling. It seems as if...

These two links might help you fix the issue of pinch-zoom in a scrollable: https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f https://pub.dev/packages/pinch_to_zoom_scrollable

This pr is for solve this problem ![Feb-25-2024 03-24-42](https://github.com/ivofernandes/pinch_zoom_release_unzoom/assets/66749801/ee247a56-3c86-41b5-9551-3c3b9b1f845e) This happen when I have two nested Scaffold, and I need to pass the parent scaffold context to fix the problem