timelines 0.1.0 timelines: ^0.1.0 copied to clipboard
A powerful & easy to use timeline package for Flutter. All UI components in this package are separate widgets.
0.1.0-null #
- Migrate to null safety(thanks to @areille #33)
0.0.2+1 #
- Dartfmt line length changed from 120 to 80
0.0.2 #
Add basic components #
Timeline
- TimelineTheme
- Timeline
- FixedTimeline
TimelineTile
- TimelineTile
- TimelineTileBuilder
TimelineNode
- TimelineNode
Connector
- ConnectorTheme
- Connector
- SolidLineConnector
- DecoratedLineConnector
- DashedLineConnector
- TransparentConnector
Indicator
- IndicatorTheme
- ContainerIndicator
- DotIndicator
- OutlinedDotIndicator
Add demo web #
0.0.1 #
- Initial release.