tap_animator

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.