fading_scroll 0.9.4
fading_scroll: ^0.9.4 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.4 #
- Fixed a regression where focused descendants such as
TextFieldcould lose focus and close the keyboard when scroll content changed between fitting and overflowing the viewport.FadingScrollnow keeps theShaderMaskwrapper stable across fade state changes.
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