JHBitencourt / timeline_tile

A package to help build customisable timelines in Flutter.
https://pub.dev/packages/timeline_tile
MIT License
743 stars 146 forks source link

Connect the lines #21

Closed helloalbin closed 3 years ago

helloalbin commented 3 years ago

How do I connect the lines between two timelines. For eg: how to make the line continous in the delivery timeline? Currently it has a gap between two tiles.

JHBitencourt commented 3 years ago

Hey there. Thanks for the issue.

Can you provide more info (image/code) on what you're trying to do? The tiles are built in a way so that you can customize it. If you see the other examples, there are plenty with connected tiles, so I'm not sure what you mean.

Examples: https://github.com/JHBitencourt/beautiful_timelines

helloalbin commented 3 years ago

Please close this issue. The extra spacing iscoming from some other widget. When I use only timeline tiles, the lines are connecting.