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

Flutter package for reliable tap events on scrollable widgets even during scroll motion. Perfect for lists, grids, and slivers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tap_on_scroll

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tap_on_scroll: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tap_on_scroll/tap_on_scroll.dart';
13
likes
160
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for reliable tap events on scrollable widgets even during scroll motion. Perfect for lists, grids, and slivers.

Homepage
Repository (GitHub)
View/report issues

Topics

#scrolling #tap-while-scrolling #tappable-scroll #tappable #tap-on-scroll

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tap_on_scroll