- Enable to nest mulitple ScrollShadow without the inner one interfering with the outer one
- Format code, add GitHub Actions
- Get rid of the need for the scroll controller - (#8)
- Fix controller init - (#6)
- Update SDK version.
- Improved documentations.
- Added
ignoreInteraction
property toScrollShadow
so that the shadow will be ignored from interactions while you can still interact with the widget below. Defaults totrue
.
- Fixed invisible shadow if it doesn't need scrolling.
- Improved documentations.
- Change README.md.
- First stable release.
- Added
Curve
parameter and madeduration
a fullDuration
.
- 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 👍
- Initial release.