primer_progress_bar icon indicating copy to clipboard operation
primer_progress_bar copied to clipboard

Unoffcial Flutter implementation of the progress bar defined in GitHub Primer Design System

Results 4 primer_progress_bar issues
Sort by recently updated
recently updated
newest added

As shown in this image. We need something like `minSegmentWidth` in `SegmentedBar` widget.

enhancement

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...