tappable 2.0.1 copy "tappable: ^2.0.1" to clipboard
tappable: ^2.0.1 copied to clipboard

Core tappable widgets for Flutter with pluggable tap mechanics. Provides Tappable and TappableContainer with support for Ripple, Scale, Press, Opacity, and RaisedEdge mechanics. Combine multiple mecha [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tappable

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

dependencies:
  tappable: ^2.0.1

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:tappable/tappable.dart';
2
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Core tappable widgets for Flutter with pluggable tap mechanics. Provides Tappable and TappableContainer with support for Ripple, Scale, Press, Opacity, and RaisedEdge mechanics. Combine multiple mechanics for rich interactions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tappable