parallax_image 0.3.1+1
parallax_image: ^0.3.1+1 copied to clipboard
A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.
0.3.1 #
- Fixed analyzer warnings.
0.3.0 #
- Enable hit testing so that
ParallaxImage
can be used insideGestureDetector
.
0.2.0+1 #
- Readme updates.
0.2.0 #
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.
0.1.0 #
- Initial release