vibe_tap 0.0.4
vibe_tap: ^0.0.4 copied to clipboard
A Flutter widget that adds vibration (haptic feedback) and debounce protection to taps. Prevents multiple quick taps while providing smooth haptic interaction.
0.0.4 #
🎉 Major Update — Introducing VibeTap
VibeTapfor a cleaner API.- Added support for all gesture types (
onTap,onDoubleTap,onLongPress,onLongPressUp,onHover, etc.). - Added vibration toggle (
enableVibration) and customizable debounce duration. - Global debounce ensures only one active tap across the app.
- Enhanced documentation and example usage.
- Improved performance and code readability.
- Ready for production apps 🚀
- Breaking Change:
VibeTapnow extendsStatelessWidgetfor simplicity.