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

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
120
pub points
50%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on timeline_status