-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
pubspec.yaml
53 lines (47 loc) · 1.48 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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: 0.70.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.2.0
flutter: ">=3.16.0"
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.14
flutter_test:
sdk: flutter
mockito: ^5.4.5
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