icharts 0.13.5 copy "icharts: ^0.13.5" to clipboard
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';
1
likes
70
pub points
36%
popularity

Publisher

verified publisherrikdata.com

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, icharts_common, intl, logging, meta, plugin_platform_interface

More

Packages that depend on icharts