0 purchases
tap animator
A simple package to animate click action for any widget.
Features #
Change animation duration as per requirements.
Getting started #
Installation #
dependencies:
tap_animator: ^1.0.0
copied to clipboard
import 'package:tap_animator/tap_animator.dart';
copied to clipboard
Usage #
Just wrap a widget you want to animate with TapAnimator widget!
TapAnimator(
duration: const Duration(milliseconds: 100), // optional
child: YourWidget(),
),
copied to clipboard
License #
MIT
Author #
AbhinavGS
Issues #
If you find any issues, please report them here
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.