tappable 1.1.0
tappable: ^1.1.0 copied to clipboard
Core tappable widgets for Flutter with pluggable tap mechanics. Provides Tappable and TappableContainer with support for Ripple, Scale, Press, Opacity, and Bevel mechanics. Combine multiple mechanics [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tappableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tappable: ^1.1.0Alternatively, 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';