forked from syncfusion/flutter-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
69 lines (65 loc) · 2.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
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
name: flutter_examples
description: This project contains the Syncfusion Flutter UI widgets examples.
version: 18.1.42
author: Syncfusion <[email protected]>
homepage: https://github.com/syncfusion/flutter-examples
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter_test:
sdk: flutter
flutter:
sdk: flutter
scoped_model: 1.0.1
flutter_gallery_assets: 0.1.8
url_launcher: ^5.0.3
intl: ^0.16.0
path_provider: ^1.6.1
syncfusion_flutter_calendar:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-calendar
path: flutter_calendar/syncfusion_flutter_calendar
branch: release/18.1.0.1
syncfusion_flutter_datepicker:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-datepicker
path: flutter_datepicker/syncfusion_flutter_datepicker
branch: release/18.1.0.1
syncfusion_flutter_charts:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-charts
path: flutter_charts/syncfusion_flutter_charts
branch: release/18.1.0.1
syncfusion_flutter_gauges:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-gauges
path: flutter_gauges/syncfusion_flutter_gauges
branch: release/18.1.0.1
syncfusion_flutter_sliders:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-sliders
path: flutter_sliders/syncfusion_flutter_sliders
branch: release/18.1.0.1
syncfusion_flutter_pdf:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-pdf
path: flutter_pdf/syncfusion_flutter_pdf
branch: release/18.1.0.1
syncfusion_flutter_barcodes:
git:
url: https://buildautomation:[email protected]/essential-studio/flutter-barcodes
path: flutter_barcodes/syncfusion_flutter_barcodes
branch: release/18.1.0.1
flutter:
uses-material-design: true
assets:
- images/
- images/pdf/
- lib/sample_details.json
fonts:
- family: HeeboBold
fonts:
- asset: assets/fonts/Heebo-Bold.ttf
- family: HeeboMedium
fonts:
- asset: assets/fonts/Heebo-Medium.ttf