flutter_timeline 0.3.0
flutter_timeline: ^0.3.0 copied to clipboard
a fully customizable & general timeline widget, based on real-world application references
0.0.1 initial release #
0.0.2 added default timeline cards #
0.0.3 supports custom indicator & more examples #
0.0.4+5 fixes dot line missing spacing #
0.0.4+7 supports offset override #
Timeline(
// ...
altOffset: Offset(0, -24),
// ...
);