Releases: JHBitencourt/timeline_tile
Releases · JHBitencourt/timeline_tile
Null-safety support
[2.0.0]
*** Breaking Changes ***
Stable null-safety support.
Horizontal timeline support
[1.0.0]
*** 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
Release 0.1.2
Fixed example 8 assets
Initial release
First project release published to pub.dev