chulwoo-park / timelines

A powerful & easy to use timeline package for Flutter! 🚀
https://pub.dev/packages/timelines
MIT License
720 stars 148 forks source link

Missing dot background color value? #59

Open guyluz11 opened 1 year ago

guyluz11 commented 1 year ago

I want to create this moc but I can't find how to change the dots to be with background color and using FixedTimeline.tileBuilder(

This is the moc

image1

The dots have a border color and different background color.

This is the closest that I have reached

image2

Values that I think are missing:

guyluz11 commented 1 year ago

So in my pr I have added the option to insert a widget as the dot indicator, this way we can insert everything that we want without limitation.