I would like an image with shimmer effect applied while loading, similar to the fancy_shimmer_image package, to also receive ripple effect from an InkWell. Is there a way to do this?
I would like an image with shimmer effect applied while loading, similar to the fancy_shimmer_image package, to also receive ripple effect from an InkWell. Is there a way to do this?
2
Answers
The only way i found to do that is this "trick". Use a
Stack
for set a widget on top of your image. And then the inkwell effect works:use the shimmer package and cached network image
and use it like that