tap_on_scroll 0.0.2 copy "tap_on_scroll: ^0.0.2" to clipboard
tap_on_scroll: ^0.0.2 copied to clipboard

A Flutter package that fixes the issue of missing tap events on scrollable items. tap_on_scroll intercepts tap interactions during scrolling to ensure that widgets receive reliable tap events even whi [...]

0.0.2 #

  • Added documentation about critical use cases
  • Highlighted compatibility with PinnedHeaderSlivers
  • Improved examples to demonstrate usage with pinned headers
  • Enhanced package description for better discoverability

0.0.1 #

  • Initial release of tap_on_scroll
  • Core features:
    • TapInterceptor widget for reliable tap detection during scrolling
    • TappableArea widgets for registering tap-responsive areas
    • Support for regular and sliver-based layouts
    • Simple API for enhancing touch responsiveness in scrollable widgets
13
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that fixes the issue of missing tap events on scrollable items. tap_on_scroll intercepts tap interactions during scrolling to ensure that widgets receive reliable tap events even while the view is in motion. Perfect for lists, grids, and any scrollable widget where reliable touch interactions are critical. Especially useful for PinnedHeaderSlivers that need to remain tappable during scroll.

Homepage
Repository (GitHub)
View/report issues

Topics

#scrolling #gestures #ui-interaction #lists #flutter

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tap_on_scroll