selective_gesture_wrapper 0.0.1
selective_gesture_wrapper: ^0.0.1 copied to clipboard
A lightweight widget that selectively absorbs or passes gestures to its child.
0.0.1 Initial release #
🎉 Features #
- Introduced
SelectiveGestureWrapperwidget. - Enables toggling gesture absorption via
absorbGesturesflag. - Compatible with
GestureDetector,Draggable,InteractiveViewer, and other gesture-aware widgets. - Useful for canvas-based or editor-style interfaces where gesture control is contextual.
🔧 Technical #
- Pure Dart/Flutter implementation.
- Lightweight, dependency-free.