timeline_status 0.0.6 copy "timeline_status: ^0.0.6" to clipboard
timeline_status: ^0.0.6 copied to clipboard

outdated

To display status timeline, a widget will contain the step indicator with the status text given. To display different indicator different colors can be used as shown in example.

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, ),

5
likes
0
pub points
49%
popularity

Publisher

unverified uploader

To display status timeline, a widget will contain the step indicator with the status text given. To display different indicator different colors can be used as shown in example.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on timeline_status