flutter_bounceable 1.1.0 copy "flutter_bounceable: ^1.1.0" to clipboard
flutter_bounceable: ^1.1.0 copied to clipboard

A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.

flutter_bounceable #

  • A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.
  • You can create custom bouncing animation similarly to apps like Spotify and App Store.
  • Package similar to flutter_bounce and bouncing_widget.

Advantages: #

  • Truly simple and efficient.
  • Customizable bouncing animation using curve, scaleFactor and duration.
  • Options to control onTap, onTapUp, onTapDown and onTapCancel.
  • Enable and disable onTap option.
  • Not sticky when scrolling.
  • Does not trigger multiple onTap events when tapped on multiple Bounceable widget simultaneously.

πŸš€ Installing: #

In your pubspec.yaml

dependencies:
  flutter_bounceable: ^1.1.0
import 'package:flutter_bounceable/flutter_bounceable.dart';

Usage: #

Just wrap on any widget that you like, it just worksπŸ™‚:

Bounceable(
  onTap: () {},
  child: YourWidget(),
);

Demo: #

Contributing: #

Feature requests and pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Support: #

"Buy Me A Coffee"

163
likes
140
pub points
93%
popularity

Publisher

unverified uploader

A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_bounceable