square_percent_indicater 0.1.0 copy "square_percent_indicater: ^0.1.0" to clipboard
square_percent_indicater: ^0.1.0 copied to clipboard

Flutter package showing progress percent value in square , square shape percent indicator is used commonly in designs

square_percent_indicater #

Flutter package showing progress percent value in square

Getting Started #

A Ui Package for showing percent progress in a square shape

drawing drawing drawing

Usage #

Just give it values and it will work

Example #

example main.dart is like:

 SquarePercentIndicator(
          width: 140,
          height: 140,
          startAngle: StartAngle.bottomRight,
          reverse: true,
          borderRadius: 12,
          shadowWidth: 1.5,
          progressWidth: 5,
          shadowColor: Colors.grey,
          progressColor: Colors.blue,
          progress: 0.54,
          child: Center(
              child: Text(
            "54 %",
            style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20),
          )),
        )
copied to clipboard
56
likes
150
points
322
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.18 - 2025.04.02

Flutter package showing progress percent value in square , square shape percent indicator is used commonly in designs

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on square_percent_indicater