timeline_status 0.0.10 copy "timeline_status: ^0.0.10" to clipboard
timeline_status: ^0.0.10 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
140
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on timeline_status