icharts_common 0.13.5 icharts_common: ^0.13.5 copied to clipboard
A common library for charting packages. Forked from google/charts, and updated to latest SDK and packages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icharts_common
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
icharts_common: ^0.13.5
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:icharts_common/icharts_common.dart';