tap_animator 1.0.0 copy "tap_animator: ^1.0.0" to clipboard
tap_animator: ^1.0.0 copied to clipboard

outdated

A simple flutter package to animate click action for any widget. Just wrap it over any widget and see it in action.

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
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 #

AbhinavGS

Issues #

If you find any issues, please report them here

3
likes
0
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A simple flutter package to animate click action for any widget. Just wrap it over any widget and see it in action.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tap_animator