easy_pie_chart 1.0.0
easy_pie_chart: ^1.0.0 copied to clipboard
The Easy Pie Chart package provides a versatile pie chart widget for Flutter applications. It offers various customization options to create interactive and visually appealing pie charts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_pie_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_pie_chart: ^1.0.0Alternatively, 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:easy_pie_chart/easy_pie_chart.dart';