1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-11 07:18:15 +00:00
Files
samples/web/charts/flutter/README.md
2019-05-07 13:32:08 -07:00

15 lines
494 B
Markdown

# 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.