chulwoo-park / timelines

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

Timeline vs FixedTimeline #45

Open morfair opened 3 years ago

morfair commented 3 years ago

What is the difference between Timeline and FixedTimeline? Both have .tileBuilder()

chulwoo-park commented 2 years ago

FixedTimeline is not suitable for huge lists because it internally builds all children when it is created.

boylenssen commented 2 years ago

Also, I was unable to use the non-fixed version in a column

Scheideba commented 2 years ago

Timeline seems to be more like a ListView where FixedTimeline acts more like a column. If you want to use a Timeline in a column you need to put set shrinkwrap to true.