flutter_linear_timeline 0.0.1+3 copy "flutter_linear_timeline: ^0.0.1+3" to clipboard
flutter_linear_timeline: ^0.0.1+3 copied to clipboard

A Flutter package to generate linear timeline with dynamic length.

flutter_linear_timeline #

A new Flutter package to generate linear timeline with dynamic length.

Usage: #

Size size = MediaQuery.of(context).size;

LinearLineWidget(
width: size.width * 0.7,
lineList: profileLineList,
currentIndex: index,
)

The image shows a example of the package.

3
likes
120
pub points
16%
popularity

Publisher

unverified uploader

A Flutter package to generate linear timeline with dynamic length.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_linear_timeline