timeline_tile 2.0.0 timeline_tile: ^2.0.0 copied to clipboard
A package to help you build highly customisable timelines with Flutter.
[2.0.0] #
*** Breaking Changes ***
Stable null-safety 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
[0.1.2] #
- Fixed assets from example 8
[0.1.1] #
- Health changes to the package
[0.1.0] #
- Initial release