1.0.0
Some checks failed
Code Coverage / upload (push) Has been cancelled
Gh-Pages / build (push) Has been cancelled
Code Verification / verify (push) Has been cancelled

This commit is contained in:
zypherift
2025-08-09 18:17:34 +02:00
commit c7e3f36b06
438 changed files with 79192 additions and 0 deletions

53
pubspec.yaml Normal file
View File

@@ -0,0 +1,53 @@
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