Last updated:
0 purchases
flutter linear timeline
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,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.