forked from imaNNeo/fl_chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (34 loc) · 1.86 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
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.60.0
homepage: https://github.com/imaNNeo/fl_chart
environment:
sdk: ">=2.17.0 <3.0.0"
funding:
- https://www.buymeacoffee.com/fl_chart
dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^2.2.1
flutter_test:
sdk: flutter
mockito: ^5.3.2
vector_math: ^2.1.2 #Added to use in some generated codes of mockito
very_good_analysis: ^3.1.0
screenshots:
- description: 'The first LineChart has curved lines with different colors. The second one has a below-colored area.'
path: pub_screenshots/line_chart.jpg
- description: 'This screenshot shows a LineChart sample that updates continuously. You can connect it with a real-time data stream.'
path: pub_screenshots/line_chart_sample_10.gif
- description: 'This screenshot shows two BarCharts. The first one is a grouped bar chart. The second one has back-draw bars and shows a tooltip when you hover or touch the lines.'
path: pub_screenshots/bar_chart.jpg
- description: 'This is a BarChart with some icons as its bottom titles. So we used flutter widgets and you can put any customized widget you want.'
path: pub_screenshots/bar_chart_sample_7.gif
- description: 'The first PieChart has a space between the sections. The second one has a centered circle blank area. The third one has some widgets in the PieChartSections.'
path: pub_screenshots/pie_chart.jpg
- description: 'This screenshot shows a ScatterChart. When you touch/click on a spot, it turns to a colored spot with a tooltip above it.'
path: pub_screenshots/scatter_chart_sample_2.gif
- description: 'A RadarChart with three metrics and 5 data entries with different colors.'
path: pub_screenshots/radar_chart_sample_1.jpg