flutter_scroll_shadow 1.2.4 flutter_scroll_shadow: ^1.2.4 copied to clipboard
ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.
Flutter Scroll Shadow #
[1.2.4] - 2024-01-08 #
@pixelshot91
- Enable to nest mulitple ScrollShadow without the inner one interfering with the outer one
[1.2.2] - 2023-08-31 #
@darkstarx
- Get rid of the need for the scroll controller - (#8)
[1.1.0] - 2023-01-04 #
@rickypid
- Improved documentations.
@coruscant187
- Added
ignoreInteraction
property toScrollShadow
so that the shadow will be ignored from interactions while you can still interact with the widget below. Defaults totrue
.
@allato
- Fixed invisible shadow if it doesn't need scrolling.
[0.1.0-alpha.1] - 2021-04-30 #
@Zabadam
- Split package into
/src
files. - Null safety support.
- Default
duration
increased to300
ms (and property name shortened). - Major simplification of visibility logic.
- Removal of
AnimationController
s andTween
s in favor ofAnimatedOpacity
s. loc
: 231 -> 185, with added comments 👍