single_value_charts 1.0.2
single_value_charts: ^1.0.2 copied to clipboard
A Flutter package for rendering versatile and customizable single value charts. Ideal for dashboards, analytics, and data visualization tasks. Supports a wide range of chart types like trend indicator [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add single_value_chartsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
single_value_charts: ^1.0.2Alternatively, 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:single_value_charts/single_value_charts.dart';