-
Notifications
You must be signed in to change notification settings - Fork 804
/
Copy pathpubspec.yaml
35 lines (27 loc) · 1.27 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
name: syncfusion_flutter_charts
description: A Flutter Charts library which includes data visualization widgets such as cartesian and circular charts, to create real-time, interactive, high-performance, animated charts.
version: 28.1.33
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_charts
screenshots:
- description: 'This screenshot shows the area type charts image.'
path: screenshots/flutter-area-type-charts.png
- description: 'This screenshot shows the circular charts image.'
path: screenshots/flutter-circular-charts.png
- description: 'This screenshot shows the column type charts image.'
path: screenshots/flutter-column-type-charts.png
- description: 'This screenshot shows the line type charts image.'
path: screenshots/flutter-line-type-charts.png
- description: 'This screenshot shows the sfcartesian charts image.'
path: screenshots/flutter-SfCaretesian-charts.png
- description: 'This screenshot shows the sparkcharts image.'
path: screenshots/flutter-SparkChart.png
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
intl: '>=0.18.1 <0.21.0'
vector_math: ">=2.1.0 <=3.0.0"
syncfusion_flutter_core:
path: ../syncfusion_flutter_core
flutter: