You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/web/charts/flutter/README.md

15 lines
494 B

# Flutter Charting library
[![pub package](https://img.shields.io/pub/v/charts_flutter.svg)](https://pub.dartlang.org/packages/charts_flutter)
Material Design data visualization library written natively in Dart.
## Supported charts
See the [online gallery](https://google.github.io/charts/flutter/gallery.html).
## Using the library
The `/example/` folder inside `charts_flutter` in the [GitHub repo](https://github.com/google/charts)
contains a full Flutter app with many demo examples.