sync_flutters_charts 17.3.14
sync_flutters_charts: ^17.3.14 copied to clipboard
Syncfusion Flutter Charts is a data visualization library written natively in Dart for creating beautiful and high-performance cartesian and circular charts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sync_flutters_chartsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sync_flutters_charts: ^17.3.14Alternatively, 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:sync_flutters_charts/charts.dart';