Flutter Timeline Widget
Displays a scrollable timeline with custom child widgets and custom icons.
Installation
In your pubspec.yaml
file within your Flutter Project:
Features
- 3 different timeline alignments.
Left, Center, Right
. - On demand child building with
Timeline.builder
. - Custom icon and icon size support (icon sizes supported only on centered timeline).
Usage
Example
A sample timeline app can be found in the example/
folder.