single_tap_detector 1.0.1 copy "single_tap_detector: ^1.0.1" to clipboard
single_tap_detector: ^1.0.1 copied to clipboard

A Flutter widget that prevents multiple rapid taps by implementing debounce protection. Perfect for preventing multiple navigation screens from opening on rapid user taps.

Changelog #

1.0.0 #

  • Initial release
  • SingleTapDetector widget with debounce protection
  • Configurable debounce duration (default: 1 second)
  • Safe widget disposal handling
  • Comprehensive test coverage
  • Example app demonstrating usage
1
likes
145
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that prevents multiple rapid taps by implementing debounce protection. Perfect for preventing multiple navigation screens from opening on rapid user taps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on single_tap_detector