Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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.0.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:

A simple, interactive and customizable on-tap bounce animation for flutter

contributing:

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


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top