parallax_image_ns 0.3.2
parallax_image_ns: ^0.3.2 copied to clipboard
null safe safty correction. A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.
[0.3.2] #
- null-safety corrections, sdk: ">=2.12.0 <3.0.0"
[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