vibe_tap 0.0.4 copy "vibe_tap: ^0.0.4" to clipboard
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

  • VibeTap for 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: VibeTap now extends StatelessWidget for simplicity.
1
likes
150
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that adds vibration (haptic feedback) and debounce protection to taps. Prevents multiple quick taps while providing smooth haptic interaction.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on vibe_tap