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

outdated

Border Progress Indicator for Flutter

border_progress_indicator #

Tiny package for indicating progress in a border.

Usage #

Wrap your widget in BorderProgressIndicator

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

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
),
4
likes
0
points
25
downloads

Publisher

verified publisherberkekbgz.dev

Weekly Downloads

Border Progress Indicator for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on border_progress_indicator