Releases: Zabadam/curtains
Releases · Zabadam/curtains
[0.9.4] - Release Candidate 2
📜 Curtains
[0.9.4] - Release Candidate 2
👥 package:shadows forked off.
Added two 🆕 fields for initialization:
endCurtainInitVisible
alignment
Both have fairly descriptive names:
- In the past,
endCurtain
always started visible, regardless of scrollable child's content. (startCurtain
always began and still begins hidden.) This is due to_Curtain
appearance logic being controlled by aScrollUpdateNotification
listener versus aScrollController
, and aCurtains
has no knowledge of the scrollable untilNotification
s are received by user scroll. - Alignment is handled by
Curtains
considering scroll direction and text direction, but it may now be overridden.
One 🐞 bug remains:
- Even with Curtains.spread set non-negligibly, BoxDecoration.backgroundBlendMode does not work correctly.
[0.9.2] - Release Candidate 1
📜 Curtains
[0.9.2] - Release Candidate 1
One 🐞 bug remains:
- Even with
Curtains.spread
set non-negligibly,BoxDecoration.backgroundBlendMode
does not work correctly.