Skip to content

Releases: JHBitencourt/timeline_tile

Null-safety support

10 Mar 15:07
b68f61b
Compare
Choose a tag to compare

[2.0.0]

*** Breaking Changes ***

Stable null-safety support.

Horizontal timeline support

16 Sep 14:22
6886b02
Compare
Choose a tag to compare

[1.0.0]

*** Breaking Changes ***

API changes to support both vertical and horizontal timeline.

  1. TimelineAlign changes:
  • TimelineAlign.left renamed to TimelineAlign.start
  • TimelineAlign.right renamed to TimelineAlign.end
  1. Added TimelineAxis to control the axis.

  2. TimelineTile changes:

  • new parameter TimelineAxis axis
  • rightChild renamed to endChild
  • leftChild renamed to startChild
  • lineX renamed to lineXY
  • topLineStyle renamed to beforeLineStyle
  • bottomLineStyle renamed to afterLineStyle
  1. LineStyle changes:
  • width renamed to thickness
  1. IndicatorStyle changes:
  • indicatorY renamed to indicatorXY
  1. TimelineDivider changes:
  • added parameter axis to support both axis

Release 0.1.2

08 Jun 01:22
Compare
Choose a tag to compare

Fixed example 8 assets

Initial release

07 Jun 22:09
00179b2
Compare
Choose a tag to compare

First project release published to pub.dev