woven_ring_chart 1.0.0-dev.2 copy "woven_ring_chart: ^1.0.0-dev.2" to clipboard
woven_ring_chart: ^1.0.0-dev.2 copied to clipboard

A woven doughnut chart for Flutter. Segments lap over one another like shingles, so every boundary between two colours is a true semicircle.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add woven_ring_chart

With Flutter:

 $ flutter pub add woven_ring_chart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  woven_ring_chart: ^1.0.0-dev.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:woven_ring_chart/woven_ring_chart.dart';
2
likes
0
points
326
downloads

Documentation

Documentation

Publisher

verified publishertomars.tech

Weekly Downloads

A woven doughnut chart for Flutter. Segments lap over one another like shingles, so every boundary between two colours is a true semicircle.

Repository (GitHub)
View/report issues

Topics

#chart #donut-chart #data-visualization #custom-painter #animation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on woven_ring_chart