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

A customizable, interactive radial chart widget for Flutter.

Radial Chart Package #

A reusable, interactive radial chart widget for Flutter. Supports dynamic thickness, animated selection, and custom labels.

📸 Preview #

🚀 Features #

  • Dynamic segment thickness based on percentage
  • Animated segment selection
  • Optional labels
  • Configurable center radius, gap, and outer size

🛠 Usage #

RadialPerformanceChart(
  radius: 150,
  segments: [
    SegmentData(percentage: 72, color: Colors.blue, label: "72%"),
    SegmentData(percentage: 100, color: Colors.amber, label: "100%"),
    // ...
  ],
)
6
likes
0
points
6
downloads

Publisher

verified publisherzamansheikh.com

Weekly Downloads

A customizable, interactive radial chart widget for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on radial_chart_package