progress_border 0.1.5 copy "progress_border: ^0.1.5" to clipboard
progress_border: ^0.1.5 copied to clipboard

A BoxBorder like Border but draw part of the border according to the progress, supported circle, rect, rectangle.

ProgressBorder #

pub package

A BoxBorder like Border but draw part of the border according to the progress, supported circle, rect, rectangle.

Features #

  • ✅ Draw part of border
  • ✅ Supported circle, reactangle
  • ✅ Background Border under progress border
  • 🚧 PathMetric cache
  • 🚧 Custom Paint

Preview #

ProgressBorder
toast

Getting started #

flutter pub add progress_border

Usage #

Container(
    width: 100,
    height: 100,
    decoration: BoxDecoration(
        color: Colors.blue.withAlpha(100),
        border: ProgressBorder.all(
        color: Colors.blue,
        width: 8,
        progress: animationController.value,
        ),
    ),
);

More usage see /example folder.

Additional information #

To use this library in versions lower than Flutter 3.7, please specify the version number as 0.0.x.

25
likes
160
points
5k
downloads
screenshot

Publisher

verified publishershirne.com

Weekly Downloads

A BoxBorder like Border but draw part of the border according to the progress, supported circle, rect, rectangle.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on progress_border