transparent_tap_animation 0.0.3
transparent_tap_animation: ^0.0.3 copied to clipboard
A lightweight iOS-style tap animation widget for Flutter. Smoothly reduces opacity on press with scroll-aware gesture detection, double-tap, and long-press support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add transparent_tap_animationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
transparent_tap_animation: ^0.0.3Alternatively, 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:transparent_tap_animation/transparent_tap_animation.dart';