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

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

AbhinavGS

Issues #

If you find any issues, please report them here

3
likes
140
points
133
downloads

Documentation

API reference

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.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tap_animator