Releases: rickypid/flutter_scroll_shadow
Releases · rickypid/flutter_scroll_shadow
v1.2.6
[1.2.6] - 2024-01-14
- Replaced
withOpacity
with withAlpha
What's Changed
Full Changelog: v1.2.5...v1.2.6
v1.2.5
[1.2.5] - 2024-01-14
- Fixed shadow display bug with Scroll reverse to true - (#16)
What's Changed
- Fixed shadow display bug with Scroll reverse to true - (#16) by @rickypid in #17
Full Changelog: v1.2.4...v1.2.5
v1.2.4
- Enable to nest mulitple ScrollShadow without the inner one interfering with the outer one
v1.2.3
Format code, add GitHub Actions
v1.2.2
Fix bugs and make the widget independent on scroll controller.
v1.2.0
Fix code format and update SDK version.