flutter_scroll_shadow 1.2.4 copy "flutter_scroll_shadow: ^1.2.4" to clipboard
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.3] - 2023-09-04 #

@RichiB20/@rickypid

  • Format code, add GitHub Actions

[1.2.2] - 2023-08-31 #

@darkstarx

  • Get rid of the need for the scroll controller - (#8)

[1.2.1] - 2023-08-24 #

@RichiB20

  • Fix controller init - (#6)

[1.2.0] - 2023-04-10 #

@rickypid

  • Update SDK version.

[1.1.0] - 2023-01-04 #

@rickypid

  • Improved documentations.

@coruscant187

  • Added ignoreInteraction property to ScrollShadow so that the shadow will be ignored from interactions while you can still interact with the widget below. Defaults to true.

@allato

  • Fixed invisible shadow if it doesn't need scrolling.

[1.0.2] - 2022-01-25 #

@rickypid

  • Improved documentations.

[1.0.1] - 2021-07-20 #

@rickypid

  • Change README.md.

[1.0.0] - 2021-05-05 #

@rickypid

  • First stable release.

[0.1.0-alpha.2] - 2021-04-30 #

@Zabadam

  • Added Curve parameter and made duration a full Duration.

[0.1.0-alpha.1] - 2021-04-30 #

@Zabadam

  • Split package into /src files.
  • Null safety support.
  • Default duration increased to 300 ms (and property name shortened).
  • Major simplification of visibility logic.
  • Removal of AnimationControllers and Tweens in favor of AnimatedOpacitys.
  • loc: 231 -> 185, with added comments 👍

[0.1.0-alpha] - 2021-04-30 #

@rickypid

  • Initial release.
28
likes
140
pub points
90%
popularity

Publisher

verified publisherinsideapp.it

ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_scroll_shadow