tappable 2.0.1
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 tappableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tappable: ^2.0.1Alternatively, 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';