*** Breaking Changes ***
Stable null-safety support.
*** Breaking Changes ***
API changes to support both vertical and horizontal timeline.
TimelineAlign
changes:
TimelineAlign.left
renamed toTimelineAlign.start
TimelineAlign.right
renamed toTimelineAlign.end
-
Added
TimelineAxis
to control theaxis
. -
TimelineTile
changes:
- new parameter
TimelineAxis
axis rightChild
renamed toendChild
leftChild
renamed tostartChild
lineX
renamed tolineXY
topLineStyle
renamed tobeforeLineStyle
bottomLineStyle
renamed toafterLineStyle
LineStyle
changes:
width
renamed tothickness
IndicatorStyle
changes:
indicatorY
renamed toindicatorXY
TimelineDivider
changes:
- added parameter
axis
to support both axis
- Fixed assets from example 8
- Health changes to the package
- Initial release