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

outdated

A square progress bar that you can use easily, Just provide the progress percentage in a range from 0.0 to 1.0 and you are set to go.

Square progress bar because why not 😎 #

Build Status

Features #

  • Dynamic sizing
  • Animated progress bar
  • Gradient color bar support
  • ✨Magic✨

alt text

Installation #

dependencies:
  square_progress_bar: ^1.0.2

Getting started #

Just provide the progress percentage in a range from 0.0 to 1.0 and you are set to go.

Usage #

          SizedBox(
            width: 100,
            height: 100,
            child: SquareProgressBar(
              percentage: 0.7,
              isAnimation: true,
              gradientBarColor: const LinearGradient(
                begin: Alignment.topRight,
                end: Alignment.bottomLeft,
                colors: <Color>[Colors.red, Colors.amber],
                tileMode: TileMode.repeated,
              ),
            ),
          )

License #

MIT Free Software, Hell Yeah!

26
likes
0
pub points
79%
popularity

Publisher

verified publisheryasirromaya.me

A square progress bar that you can use easily, Just provide the progress percentage in a range from 0.0 to 1.0 and you are set to go.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on square_progress_bar