A simple package to animate click action for any widget.
Features
Change animation duration as per requirements.
Getting started
Installation
dependencies:
tap_animator: ^0.0.1
import 'package:tap_animator/tap_animator.dart';
Usage
Just wrap a widget you want to animate with TapAnimator widget!
TapAnimator(
child: YourWidget(),
),
License
MIT
Author
Issues
If you find any issues, please report them here