pretty_charts 0.0.1-dev.1 copy "pretty_charts: ^0.0.1-dev.1" to clipboard
pretty_charts: ^0.0.1-dev.1 copied to clipboard

A Flutter library to draw pretty charts like Matplotlib or Plotly

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pretty_charts

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

dependencies:
  pretty_charts: ^0.0.1-dev.1

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:pretty_charts/pretty_charts.dart';
9
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library to draw pretty charts like Matplotlib or Plotly

Repository (GitHub)
View/report issues

Topics

#chart #plot #scientist #graph #visualization

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on pretty_charts