transparent_tap_animation 0.0.3 copy "transparent_tap_animation: ^0.0.3" to clipboard
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_animation

This 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.3

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:transparent_tap_animation/transparent_tap_animation.dart';
2
likes
160
points
221
downloads
screenshot

Documentation

API reference

Publisher

verified publisherspeakblend.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on transparent_tap_animation