circulito 0.0.1 copy "circulito: ^0.0.1" to clipboard
circulito: ^0.0.1 copied to clipboard

A Flutter package for creating animated circular progress bars.

Circulito #

This Package allows to insert a simple Circular wheel chart

Features #

It can receive percentage and colors and show graph

Getting started #

Just import and use

Usage #

Circulito(
  radius: 180,
  strokeWidth: 25,
  strokeCap: CirculitoStrokeCap.round,
  backgroundColor: Colors.white,
  sections: [
    // Male percentage.
    CirculitoSection(color: Colors.blue, percentage: 0.45),
    // Female percentage.
    CirculitoSection(color: Colors.pink, percentage: 0.35),
  ],
)

Additional information #

See example to know more.

5
likes
0
pub points
66%
popularity

Publisher

verified publisherkega.dev

A Flutter package for creating animated circular progress bars.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circulito