forked from syncfusion/flutter-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
140 lines (135 loc) · 4.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
name: flutter_examples
description: This project contains the Syncfusion Flutter UI widgets examples.
version: 18.4.30
homepage: https://github.com/syncfusion/flutter-examples
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter_test:
sdk: flutter
flutter:
sdk: flutter
url_launcher: ^6.0.2
path_provider: ^2.0.1
path_provider_macos: ^2.0.0
desktop_window: 0.4.0
syncfusion_flutter_datagrid:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-datagrid
path: flutter_datagrid/syncfusion_flutter_datagrid
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_calendar:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-calendar
path: flutter_calendar/syncfusion_flutter_calendar
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_datepicker:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-datepicker
path: flutter_datepicker/syncfusion_flutter_datepicker
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_charts:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-charts
path: flutter_charts/syncfusion_flutter_charts
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_gauges:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-gauges
path: flutter_gauges/syncfusion_flutter_gauges
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_sliders:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-sliders
path: flutter_sliders/syncfusion_flutter_sliders
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_pdf:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-pdf
path: flutter_pdf/syncfusion_flutter_pdf
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_barcodes:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-barcodes
path: flutter_barcodes/syncfusion_flutter_barcodes
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_officechart:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-officechart
path: flutter_officechart/syncfusion_flutter_officechart
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_maps:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-maps
path: flutter_maps/syncfusion_flutter_maps
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_signaturepad:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-signaturepad
path: flutter_signaturepad/syncfusion_flutter_signaturepad
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_pdfviewer:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-pdfviewer
path: flutter_pdfviewer/syncfusion_flutter_pdfviewer
branch: release/19.1.0.1
ref: release/19.1.0.1
syncfusion_flutter_treemap:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-treemap
path: flutter_treemap/syncfusion_flutter_treemap
branch: release/19.1.0.1
ref: release/19.1.0.1
flutter:
uses-material-design: true
assets:
- images/
- images/pdf/
- images/xlsio/
- assets/pdf/
- lib/sample_details.json
- world_map.json
- africa.json
- europe.json
- india.json
- usa.json
- south_america.json
- australia.json
- maps_brazil_boundary.json
- maps_uk_boundary.json
- maps_france_boundary.json
- river.json
- london_to_british.json
- london_to_chessington.json
- london_to_hampton_court_palace.json
- london_to_twickenham_stadium.json
- london_to_windsor_castle.json
- product_data.json
- chart_data.json
fonts:
- family: HeeboBold
fonts:
- asset: assets/fonts/Heebo-Bold.ttf
- family: HeeboMedium
fonts:
- asset: assets/fonts/Heebo-Medium.ttf
- family: Roboto-Bold
fonts:
- asset: assets/fonts/Roboto-Bold.ttf
- family: Roboto-Medium
fonts:
- asset: assets/fonts/Roboto-Medium.ttf
- family: Roboto-Regular
fonts:
- asset: assets/fonts/Roboto-Regular.ttf