first commit

This commit is contained in:
2025-04-03 14:27:03 +07:00
commit a519af9cf7

18
README.md Normal file
View File

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