Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 1.95 KB

Flutter Scroll Shadow

[1.2.4] - 2024-01-08

  • Enable to nest mulitple ScrollShadow without the inner one interfering with the outer one

[1.2.3] - 2023-09-04

  • Format code, add GitHub Actions

[1.2.2] - 2023-08-31

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

[1.2.1] - 2023-08-24

  • Fix controller init - (#6)

[1.2.0] - 2023-04-10

  • Update SDK version.

[1.1.0] - 2023-01-04

  • Improved documentations.
  • 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.
  • Fixed invisible shadow if it doesn't need scrolling.

[1.0.2] - 2022-01-25

  • Improved documentations.

[1.0.1] - 2021-07-20

  • Change README.md.

[1.0.0] - 2021-05-05

  • First stable release.

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

  • Added Curve parameter and made duration a full Duration.

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

  • 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

  • Initial release.