Skip to content

his is a Custom Percentage Widget. With the help of this library you can show you progress in a circular loader, with an animation.

License

Notifications You must be signed in to change notification settings

kmmuntasir/flutter_custom_circular_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flutter_custom_circular_loader

This is a Custom Percentage Widget. With the help of this library you can show you progress in a circular loader, with an animation.

Example

Widget loader = CustomCircularLoader(
  coveredPercent        : 65,
  circleHeader          : "Total",
  circleSize            : 200.0,
  circleWidth           : 5.0,
  headerInBottom        : true,
  animationDuration     : 1000,
  circleColor           : Colors.grey[100],
  coveredCircleColor    : Colors.red,
  coveredPercentStyle   : TextStyle(
      fontSize  : 44.0,
      fontWeight: FontWeight.w600,
      color     : Colors.red
  ),
  circleHeaderStyle     : TextStyle(
      fontSize  : 22.0,
      fontWeight: FontWeight.w400,
      color     : Colors.grey[900]
  ),
);

About

his is a Custom Percentage Widget. With the help of this library you can show you progress in a circular loader, with an animation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages