touch_ripple_effect 2.5.2 touch_ripple_effect: ^2.5.2 copied to clipboard
A new flutter package for any flutter widgets to add touch ripple effect and touch feedback effect.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add touch_ripple_effect
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
touch_ripple_effect: ^2.5.2
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:touch_ripple_effect/touch_ripple_effect.dart';