mitchkoko / innershadowSOFTUI

13 stars 6 forks source link

[howto] InkWell (ripple effect) ? #1

Open budius opened 4 years ago

budius commented 4 years ago

Hi,

very cool effect you created there, I was playing around a bit with (trying on dark mode and adding the ontap) and noticed the lack of material ripple effect on it.

The usual way to add ripple is using the InkWell (https://flutter.dev/docs/cookbook/gestures/ripples) but it didn't work, if I comment out the decoration, then it works.

Any idea on how it could be done?

budius commented 4 years ago

it seems it's a "known issue" thou https://github.com/flutter/flutter/issues/31541 =/