Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 629 Bytes

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 629 Bytes

0.1.0

  • Migrate to null safety(thanks to @areille #33)

0.0.2+1

  • Dartfmt line length changed from 120 to 80

0.0.2

Add basic components

Timeline

  • TimelineTheme
  • Timeline
  • FixedTimeline

TimelineTile

  • TimelineTile
  • TimelineTileBuilder

TimelineNode

  • TimelineNode

Connector

  • ConnectorTheme
  • Connector
  • SolidLineConnector
  • DecoratedLineConnector
  • DashedLineConnector
  • TransparentConnector

Indicator

  • IndicatorTheme
  • ContainerIndicator
  • DotIndicator
  • OutlinedDotIndicator

Add demo web

0.0.1

  • Initial release.