gauge_chart 1.0.3 copy "gauge_chart: ^1.0.3" to clipboard
gauge_chart: ^1.0.3 copied to clipboard

This Flutter package provides a customizable circular, gauge-style pie chart that can be displayed as a full circle or half circle

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gauge_chart

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

dependencies:
  gauge_chart: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:gauge_chart/gauge_chart.dart';
7
likes
150
points
3.92k
downloads

Publisher

verified publishergmihai.com

Weekly Downloads

This Flutter package provides a customizable circular, gauge-style pie chart that can be displayed as a full circle or half circle

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on gauge_chart