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

outdated

To display status with timeline. The widget will contain the step indicator with the status text given below. It best used with more than three status. To display different indicator different colors [...]

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 url_launcher as a dependency in your pubspec.yaml file.

  • With default color scheme just add status and current indicator you want to display

    StatusTime.getTimeline( statuses: [ 'Step 1', 'Step 2', 'Step 3', 'Step 4', ], currentPosition: 1, ),

5
likes
0
pub points
50%
popularity

Publisher

unverified uploader

To display status with timeline. The widget will contain the step indicator with the status text given below. It best used with more than three status. To display different indicator different colors can be used as can see in case of example.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on timeline_status