- Fixed analyzer warnings.
- Enable hit testing so that
ParallaxImage
can be used insideGestureDetector
.
- Readme updates.
controller
argument inParallaxImage
constructor is no longer required. If controller is not specified thenParallaxImage
looks for nearestScrollable
ancestor and subscribes to scrolling updates on it.
- Initial release