border_progress_indicator 0.0.3 copy "border_progress_indicator: ^0.0.3" to clipboard
border_progress_indicator: ^0.0.3 copied to clipboard

Border Progress Indicator for Flutter

border_progress_indicator #

Tiny package for indicating progress in a border.

Image

Usage #

Wrap your widget in BorderProgressIndicator

BorderProgressIndicator(
	borderRadius: 10,
	value: 0.6,
	color: Colors.red,
	strokeWidth: 2,
	child: YOUR WIDGET HERE
),
copied to clipboard

Animated Version

You can also use self animated version with AnimatedBorderProgressIndicator.

AnimatedBorderProgressIndicator(
	borderRadius: 10,
	value: 0.6,
	color: Colors.red,
	curve: Curves.easeInCubic,
	strokeWidth: 2,
	child: YOUR WIDGET HERE
),
copied to clipboard
4
likes
140
points
28
downloads
screenshot

Publisher

verified publisherberkekbgz.dev

Weekly Downloads

2024.10.27 - 2025.09.21

Border Progress Indicator for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on border_progress_indicator