tap_effect 0.0.3 copy "tap_effect: ^0.0.3" to clipboard
tap_effect: ^0.0.3 copied to clipboard

The `AnimatedTap` widget is a Flutter widget designed to provide a simple yet effective tap animation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tap_effect

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tap_effect: ^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:tap_effect/tap_effect.dart';
1
likes
120
pub points
36%
popularity

Publisher

verified publisheraltaysakarya.dev

The `AnimatedTap` widget is a Flutter widget designed to provide a simple yet effective tap animation.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tap_effect