forked from imaNNeo/fl_chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
50 lines (43 loc) · 1.4 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
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.63.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.0.0
funding:
- https://www.buymeacoffee.com/fl_chart
dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^2.4.2
flutter_test:
sdk: flutter
mockito: ^5.4.0
vector_math: ^2.1.4 #Added to use in some generated codes of mockito
very_good_analysis: ^5.0.0
screenshots:
- 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