Last updated:
0 purchases
simple bounce effect
simple_bounce_effect #
An imteractive bounce animation that can be wrapped on widgets.
Installing: #
In your pubspec.yaml
dependencies:
simple_bounce_effect: ^1.0.0
copied to clipboard
import 'package:simple_bounce_effect/simple_bounce_effect.dart';
copied to clipboard
Usage: #
Just wrap on any widget that you want:
Bounceable(
onTap: () {},
child: YourWidget(),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.