tappable 0.2.0
tappable: ^0.2.0 copied to clipboard
Core tappable widgets for Flutter. Provides Tappable and TappableContainer with Material Design integration. UI elements have moved to tappable_elements package.
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: ^0.2.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';