primer_progress_bar
primer_progress_bar copied to clipboard
Unoffcial Flutter implementation of the progress bar defined in GitHub Primer Design System
As shown in this image. We need something like `minSegmentWidth` in `SegmentedBar` widget.
This pull request adds tests for the PrimerProgressBar widget. The tests cover the following scenarios: - PrimerProgressBar displays legend items for each segment - PrimerProgressBar displays no legend items when...
This pull request introduces a new boolean attribute showLegend to the chart component. The showLegend attribute allows users to control the visibility of the legend. When set to true, the...