curtains 0.9.4 curtains: ^0.9.4 copied to clipboard
Super simple scrim Curtains, or shadow decorations, by wrapping a scrollable child, alluding to unrevealed content while not at the start or end.
📜 Curtains #
WORK IN PROGRESS
[0.9.4] - 30 APR 21 #
- Added 🆕 parameters:
endCurtainInitVisible
, which should be self explanatory; andalignment
, similarly so.
[0.9.3+1] - 25 APR 21 #
- Corrected
export 'package:flutter/widgets.dart';
.
[0.9.3] - 24 APR 21 #
- Divided package into two separate entities:
- First is
📜 Curtains
, this package, for super simple scroll scrims. - 🆕 Now available individually to handle
Elevation
paradigm is👥 package:shadows
.
- First is
- 🆕 Parameter:
color
forCurtains
. Curtains.elevation
parameter is now decoupled from thekey
s inkElevationToShadow
asElevation.asBoxShadows
willlerp
if necessary.
[0.9.2] - 23 APR 21 #
- 🐞 Bug fixed:
Curtains.regal
now properly respect initializedduration
andcurve
.
[0.9.1] - 23 APR 21 #
- 🆕 Parameter added:
Curtains.clipBehavior
- Default (and previous) behavior:
Clip.hardEdge
for easyBoxShadow
support (otherwise they bleed over) - Initialize
Clip.none
to alter Widget tree depth & removeClipRect
from 📜 Curtains
- Default (and previous) behavior:
[0.9.0]/[0.9.0+1] - 23 APR 21 #
- Initial release. Supports sound null-safety.
- One known 🐞 bug: