fading_scroll 0.9.2
fading_scroll: ^0.9.2 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.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