icharts 0.13.5 icharts: ^0.13.5 copied to clipboard
Material Design charting library for flutter. Forked from google/charts and updated to the latest SDK and packages. Some charts have been modified for large-screen display.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icharts
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
icharts: ^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/flutter.dart';
import 'package:icharts/main.dart';