A simple package to animate click action for any widget.

Tap Animator Demo

Features

Change animation duration as per requirements.

Getting started

Installation

dependencies:
  tap_animator: ^1.0.1
import 'package:tap_animator/tap_animator.dart';

Usage

Just wrap a widget you want to animate with TapAnimator widget!

TapAnimator(
  duration: const Duration(milliseconds: 100), // optional
  child: YourWidget(),
),

License

MIT

Author

abhinav-sorate

Issues

If you find any issues, please report them here

Libraries

tap_animator