0 purchases
timeline status
Timeline Status #
Dart Plugin to display Timeline status horizontally
About #
This plugin is used to display the statuses in horizontal widget.
How to use Plugin #
To use this plugin, add timeline_status as a dependency in your pubspec.yaml file.
With default color scheme just add status and current indicator you want to display
TimeLineStatus(
statuses: [ 'Step 1', 'Step 2', 'Step 3', 'Step 4', ],
currentPosition: 1,
),
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.