commit a519af9cf70d338ffbc221eac55b209d5989043c Author: padmanto Date: Thu Apr 3 14:27:03 2025 +0700 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b85032 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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. + +## Development +This project is developed internally at Google and published for external +consumption, external contributions unfortunately cannot be taken at this time.