54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
name: fl_chart
|
|
description: A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
|
|
version: 1.0.0
|
|
homepage: https://flchart.dev/
|
|
repository: https://github.com/imaNNeo/fl_chart
|
|
issue_tracker: https://github.com/imaNNeo/fl_chart/issues
|
|
documentation: https://github.com/imaNNeo/fl_chart
|
|
|
|
environment:
|
|
sdk: ">=3.6.2 <4.0.0"
|
|
flutter: ">=3.27.4"
|
|
|
|
funding:
|
|
- https://github.com/sponsors/imaNNeo
|
|
- https://www.buymeacoffee.com/fl_chart
|
|
|
|
dependencies:
|
|
equatable: ^2.0.7
|
|
flutter:
|
|
sdk: flutter
|
|
vector_math: ^2.1.4
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.15
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.4.6
|
|
very_good_analysis: ^7.0.0
|
|
|
|
screenshots:
|
|
- description: "FL Chart Logo"
|
|
path: pub_screenshots/logo_1024.png
|
|
- description: "LineChartSample1 and LineChartSample2"
|
|
path: pub_screenshots/line_chart.jpg
|
|
- description: "LineChartSample10"
|
|
path: pub_screenshots/line_chart_sample_10.gif
|
|
- description: "BarChartSample1 and BarChartSample2"
|
|
path: pub_screenshots/bar_chart.jpg
|
|
- description: "BarChartSample7"
|
|
path: pub_screenshots/bar_chart_sample_7.gif
|
|
- description: "PieChartSample1, PieChartSample2 and PieChartSample3"
|
|
path: pub_screenshots/pie_chart.jpg
|
|
- description: "ScatterChartSample2"
|
|
path: pub_screenshots/scatter_chart_sample_2.gif
|
|
- description: "RadarChartSample1"
|
|
path: pub_screenshots/radar_chart_sample_1.jpg
|
|
|
|
topics:
|
|
- chart
|
|
- charts
|
|
- visualization
|
|
- graph
|
|
- diagram
|