Skip to content

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

License

Notifications You must be signed in to change notification settings

MahmoodBakhshayesh/square_percent_indicater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages