bounceable_effect 0.0.1
bounceable_effect: ^0.0.1 copied to clipboard
Introducing a user-friendly and versatile on-tap bounce animation, which can be effortlessly applied to any widget of your choice. This interactive feature is designed to enhance the user experience a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bounceable_effectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bounceable_effect: ^0.0.1Alternatively, 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_effect/bounceable_effect.dart';