progress_bar_chart 0.0.1 copy "progress_bar_chart: ^0.0.1" to clipboard
progress_bar_chart: ^0.0.1 copied to clipboard

A package to display multipe values on a vertical chart using progess indicators and animation.

progress_bar_chart #

A package to display multipe values on a vertical chart using progess indicators and animation. Each value can has a color

Features #

Example

Usage #

Example

ProgressBarChart(
        height: 30,
        values: {
          Colors.blue: 0.15,
          Colors.green: 0.4,
          Colors.red: 0.2,
          Colors.yellow: 0.1,
        },
        borderRadius: 40,
)
10
likes
0
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

A package to display multipe values on a vertical chart using progess indicators and animation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on progress_bar_chart