pp_progress_bar 1.0.2 copy "pp_progress_bar: ^1.0.2" to clipboard
pp_progress_bar: ^1.0.2 copied to clipboard

Easy and highly customizable style progress bar

Easy and highly customizable style progress bar

Functional features #

  • Customize height, progress value, rounded corners
  • Custom display percentage values, text style
  • Default track color, highlighted track color, and highlighted track fillet
  • Transparent overlay can be added to enhance the display effect
  • Support gradient colors

Example effect #

Sample1

Usage #

Padding(
    padding: EdgeInsets.symmetric(horizontal: 20.px),
    child: PPProgressBar(
        value: progress.toDouble() / 100.0,
        height: 60.px,
        borderRadius: 24.px,
        trackColor: HexColor('#4A148C'),
        progressColor: HexColor('#AC50F9'),
        progressRadius: 1.0,
        percentageStyle: TextStyle(
            color: Colors.white,
            fontSize: 24.px,
            fontWeight: FontWeight.bold,
        ),
        overlay: Image.asset(
            A.imageButtonHighlight,
            fit: BoxFit.fill,
        ),
    ),
)
3
likes
145
points
23
downloads

Publisher

verified publisherppyyds.top

Weekly Downloads

Easy and highly customizable style progress bar

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pp_progress_bar