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
),

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
140
points
45
downloads
screenshot

Publisher

verified publisherberkekbgz.dev

Weekly Downloads

Border Progress Indicator for Flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on border_progress_indicator