furkantektas / timeline_list

Timeline widget for flutter
MIT License
394 stars 90 forks source link

Place circle marker on the top of the content #4

Open willesmar opened 5 years ago

willesmar commented 5 years ago

There is an way to place circle marker on the top of the content?

furkantektas commented 5 years ago

Current version does not have that option but it is nice-to-have for future.

eastrd commented 4 years ago

A bit late, but you might be able to use a Container with padding at the top to move the circle marker above the content. The only issue I find is that padding doesn't work with Columns...

JHBitencourt commented 4 years ago

You could do this with timeline_tile.

Also, the beautiful_timelines repository contains some examples built with this package.