charts_flutter_sa 0.1.2 charts_flutter_sa: ^0.1.2 copied to clipboard
Material Design charting library for flutter.
Flutter Charting Library #
Material Design data visualization library written natively in Dart.
Features #
- Supports a variety of chart types
- Fully customizable and extensible
- High performance with large datasets
- Easy to integrate with existing Flutter applications
Supported Charts #
- Line Charts
- Bar Charts
- Pie Charts
- Scatter Plot Charts
- Time Series Charts
See the online gallery for examples of each chart type.
Getting Started #
Installation #
Add the following to your pubspec.yaml
file:
dependencies:
charts_flutter_sa: latest_version
۔۔