multi_tap_action 2.1.1
multi_tap_action: ^2.1.1 copied to clipboard
A Flutter package to detect a specific number of taps on a widget and trigger custom actions. Perfect for implementing multi-tap gestures like double-tap, triple-tap, or more.
2.1.1 #
- Documentation updates
2.1.0 #
- Performance improvements and optimizations
2.0.0 #
- Added per-tap callback function for individual tap events
- Introduced customizable haptic feedback types
- Restructured codebase for improved maintainability
1.0.0 #
New Features #
- Added a reset timer to automatically reset the tap counter
- Added optional haptic feedback option
- Improved tap detection
Improvements #
- Refactored code for better readability and maintainability.
- Added validation to ensure
taps
is greater than 0.
Bug Fixes #
- Fixed potential issues with tap counter reset logic.
0.0.2 #
- Typo Fixes and Documentation Updates
0.0.1 #
- Initial Release