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

A Flutter widget that provides a smooth, customizable bounce animation effect on tap. Features iOS-like Cupertino motion physics for natural, delightful interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bounceable

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bounceable: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bounceable/bounceable.dart';
1
likes
160
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that provides a smooth, customizable bounce animation effect on tap. Features iOS-like Cupertino motion physics for natural, delightful interactions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, motor

More

Packages that depend on bounceable