pulyaevskiy / parallax-image

A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.
BSD 3-Clause "New" or "Revised" License
279 stars 33 forks source link

GestureDetector not working with Parallax-image #2

Closed ChinmayNaphade closed 6 years ago

ChinmayNaphade commented 6 years ago

It seems that the onTap() of GestureDetector doesn't seem to work when called as a parent of ParallaxImage.

pulyaevskiy commented 6 years ago

Thanks for the report! Just verified on my end. Fix is on the way.

pulyaevskiy commented 6 years ago

Fixed in b992fd1d4a28e56a2f1184f71add25f7e6547bf0 and published as 0.3.0.