simple_progress_bar 0.0.2 copy "simple_progress_bar: ^0.0.2" to clipboard
simple_progress_bar: ^0.0.2 copied to clipboard

outdated

Curved Progressbar that customize color, font , dialog box and border.

Sample Demo
new ProgressBar(
  padding: 5,
  barColor: Color(0XFF302F4D),
  barHeight: 15,
  barWidth: width,
  numerator: 3,
  denominator: 10,
  title: 'Annual leave',
  dialogTextStyle: new TextStyle(
      fontSize: 10,
      fontWeight: FontWeight.bold,
      color: Colors.white),
  titleStyle: new TextStyle(
      fontSize: 12,
      fontWeight: FontWeight.bold,
      color: Color(0XFF3C6E71)),
  boarderColor: Colors.grey,
),
new ProgressBar(
  padding: 5,
  barColor: Color(0XFFFFA187),
  barHeight: 15,
  barWidth: width,
  numerator: 23,
  denominator: 25,
  title: 'Medical leave',
  dialogTextStyle: new TextStyle(
      fontSize: 10,
      fontWeight: FontWeight.bold,
      color: Colors.white),
  titleStyle: new TextStyle(
      fontSize: 12,
      fontWeight: FontWeight.bold,
      color: Color(0XFF3C6E71)),
  boarderColor: Colors.grey,
),
new ProgressBar(
  padding: 5,
  barColor: Color(0XFF6B2737),
  barHeight: 15,
  barWidth: width,
  numerator: 6,
  denominator: 8,
  title: 'Casual leave',
  dialogTextStyle: new TextStyle(
      fontSize: 10,
      fontWeight: FontWeight.bold,
      color: Colors.white),
  titleStyle: new TextStyle(
      fontSize: 12,
      fontWeight: FontWeight.bold,
      color: Color(0XFF3C6E71)),
  boarderColor: Colors.grey,
),
14
likes
0
pub points
46%
popularity

Publisher

unverified uploader

Curved Progressbar that customize color, font , dialog box and border.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_progress_bar