touch_ripple_effect 1.0.1 touch_ripple_effect: ^1.0.1 copied to clipboard
A new flutter plugin for any flutter widgets to add touch ripple effect.
touch_ripple_effect #
A new flutter plugin for any flutter widgets to add touch ripple effect.
Getting Started #
1 ) open pubspec.yaml file in project dir and write touch_ripple_effect: at below cupertino_icons.
pubsec.yaml:
touch_ripple_effect: 1.0.1
2 ) open command prompt in project dir and run
Command Line:
flutter pub get