chartjs_flutter 1.0.0 copy "chartjs_flutter: ^1.0.0" to clipboard
chartjs_flutter: ^1.0.0 copied to clipboard

A Flutter package for rendering Chart.js charts across web and mobile platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chartjs_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  chartjs_flutter: ^1.0.0

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:chartjs_flutter/chartjs_flutter.dart';
2
likes
160
points
99
downloads

Publisher

verified publisherdigia.tech

Weekly Downloads

A Flutter package for rendering Chart.js charts across web and mobile platforms.

Homepage
Repository (GitHub)
View/report issues

Topics

#chart #chartjs #visualization #graphs #data

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, web, webview_flutter

More

Packages that depend on chartjs_flutter