progress_bar/progress_bar library

Classes

WOICurvedBar
The WOICurvedBar is an arc shape progress bar
WOISectionBar
This is a variation of the progress bar called a section bar. The WOISectionBar can be divided into multiple different sections that jointly tracks the progress and completion of a single task. Each section as defined by the user can track the progress of all hierarchical steps needed to achieve a goal. The section bar takes width and a list called sections as required parameters. Sections can not contain a value of 0 and currentProgress cannot be greater that the sum of all elements in the section list.
WOITextBar
The WOITextBar is a progress bar variation that has a text depicting progress which fills up based on the progress value.

Enums

ArcDirection
This is to define the direction of the Arc to be created. By default the direction is ArcDirection.up which create a normal arc. If for example the direction is changed to ArcDirection.left, it will create a C-shaped arc.