fading_scroll 0.9.3
fading_scroll: ^0.9.3 copied to clipboard
Easily add a smooth fading effect to your scrollable widgets, enhancing the user experience with subtle visual feedback as they scroll.
0.9.3 #
- Fixed a crash (
ScrollController attached to multiple scroll views) when the sameScrollControlleris shared across multiple scroll views.FadingScrollnow degrades gracefully instead of asserting when more than one position is attached.
0.9.2 #
- Skip the
ShaderMask(and its offscreensaveLayerpass) when neither edge is faded, improving performance for content that fits the viewport. - Switched from
AnimatedBuildertoListenableBuilderto better reflect intent. - Raised the minimum Flutter constraint to
>=3.10.0. - Added a widget test suite.
0.9.1 #
- Introduced
shaderPaddingproperty to apply padding to the shader, enhancing support for use cases such as [CustomScrollView] with a sticky header.
0.9.0 #
- Initial release