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 Dart:
$ dart pub add touch_ripple_effectWith Flutter:
$ flutter pub add touch_ripple_effectThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
touch_ripple_effect: ^2.5.2Alternatively, your editor might support dart pub get or 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';