fading_scroll 0.9.4 copy "fading_scroll: ^0.9.4" to clipboard
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 TextField could lose focus and close the keyboard when scroll content changed between fitting and overflowing the viewport. FadingScroll now keeps the ShaderMask wrapper stable across fade state changes.

0.9.3 #

  • Fixed a crash (ScrollController attached to multiple scroll views) when the same ScrollController is shared across multiple scroll views. FadingScroll now degrades gracefully instead of asserting when more than one position is attached.

0.9.2 #

  • Skip the ShaderMask (and its offscreen saveLayer pass) when neither edge is faded, improving performance for content that fits the viewport.
  • Switched from AnimatedBuilder to ListenableBuilder to better reflect intent.
  • Raised the minimum Flutter constraint to >=3.10.0.
  • Added a widget test suite.

0.9.1 #

  • Introduced shaderPadding property to apply padding to the shader, enhancing support for use cases such as [CustomScrollView] with a sticky header.

0.9.0 #

  • Initial release
0
likes
160
points
301
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Easily add a smooth fading effect to your scrollable widgets, enhancing the user experience with subtle visual feedback as they scroll.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on fading_scroll