touch_ripple_effect 2.1.1 copy "touch_ripple_effect: ^2.1.1" to clipboard
touch_ripple_effect: ^2.1.1 copied to clipboard

outdated

A new flutter package for any flutter widgets to add touch ripple effect and touch feedback effect.

touch_ripple_effect #

A new flutter package for any flutter widgets to add touch ripple effect and touch feedback.

find package on pub.dev #

demo of TouchRippleEffect Widget in search icon Button #

TouchRippleEffect

demo of TouchFeedback Widget in Hit me button #

TouchRippleEffect

Getting Started #

1 ) open pubspec.yaml file in project dir and write touch_ripple_effect: at below cupertino_icons.

pubsec.yaml:

touch_ripple_effect: 2.1.1

2 ) open command prompt in project dir and run

Command Line:

flutter pub get

properties of TouchRippleEffect Widget #

properies details default value required
width TouchRippleEffect widget width size null false
height TouchRippleEffect widget height size null false
child child widget in which you want to apply Touch Ripple effect null true
rippleColor color thats you want to see as a ripple effect null true
onTap Listen onTap or click of child Widget null false
rippleDuration how much time take to display ripple effect 300 milliseconds false
backgroundColor background color of TouchRippleEffect transparent false
borderRadius border radius of TouchRippleEffect widget null false

properties of TouchFeedback Widget #

properies details default value required
child child widget in which you want to apply Touch Ripple effect null true
rippleColor color thats you want to see as a ripple effect null true
onTap Listen onTap or click of child Widget null false
feedbackDuration how much time take to display ripple effect 300 milliseconds false
backgroundColor background color of TouchRippleEffect transparent false
borderRadius border radius of TouchRippleEffect widget null false
23
likes
0
pub points
91%
popularity

Publisher

verified publisherpresswink.com

A new flutter package for any flutter widgets to add touch ripple effect and touch feedback effect.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on touch_ripple_effect