tap_animator 1.0.1 copy "tap_animator: ^1.0.1" to clipboard
tap_animator: ^1.0.1 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.

Tap Animator Demo

Features #

Change animation duration as per requirements.

Getting started #

Installation #

dependencies:
  tap_animator: ^1.0.1
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 #

abhinav-sorate

Issues #

If you find any issues, please report them here

3
likes
150
points
107
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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tap_animator