chulwoo-park/timelines

Documentation and examples are not clear

Closed this issue · 2 comments

The Showcase screen in the code example only shows png files with the results, but how are they implemented?

How can I control each connector and each Node?
I want the connectors be in in different lengths and have different Icon on each Node.

I'm using this:
Timeline.tileBuilder(
builder: TimelineTileBuilder.connectedFromStyle(
indicatorStyleBuilder: (context, index) => IndicatorStyle.container
...
)
)

But how do I set the Widget of the indicator?

ok I should use TimelineTileBuilder.connected.