Dart Plugin to display Timeline status horizontally
This plugin is used to display the statuses in horizontal widget.
-
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, ),