Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 441 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 441 Bytes

[0.0.1] - initial release

[0.0.2] - added default timeline cards

[0.0.3] - supports custom indicator & more examples

[0.0.4+5] - fixes dot line missing spacing

[0.0.4+7] - supports offset override

Timeline(
    // ...
    altOffset: Offset(0, -24),
    // ...
);

[0.1.1+12] - supports anchor & offset for timeline & indicator

[0.1.1+13] - supports reverse:true

[0.3.0] - Add null safety support