Skip to content

Commit 72aa3a2

Browse files
New feature and samples included.
1 parent 8c4cc7a commit 72aa3a2

File tree

1 file changed

+13
-73
lines changed

1 file changed

+13
-73
lines changed

pubspec.yaml

Lines changed: 13 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -19,79 +19,19 @@ dependencies:
1919
path_provider: ^1.6.18
2020
http: ^0.12.2
2121

22-
syncfusion_flutter_datagrid:
23-
git:
24-
url: https://buildautomation:[email protected]/essential-studio/flutter-datagrid
25-
path: flutter_datagrid/syncfusion_flutter_datagrid
26-
branch: release/18.3.0.1
27-
ref: release/18.3.0.1
28-
syncfusion_flutter_calendar:
29-
git:
30-
url: https://buildautomation:[email protected]/essential-studio/flutter-calendar
31-
path: flutter_calendar/syncfusion_flutter_calendar
32-
branch: release/18.3.0.1
33-
ref: release/18.3.0.1
34-
syncfusion_flutter_datepicker:
35-
git:
36-
url: https://buildautomation:[email protected]/essential-studio/flutter-datepicker
37-
path: flutter_datepicker/syncfusion_flutter_datepicker
38-
branch: release/18.3.0.1
39-
ref: release/18.3.0.1
40-
syncfusion_flutter_charts:
41-
git:
42-
url: https://buildautomation:[email protected]/essential-studio/flutter-charts
43-
path: flutter_charts/syncfusion_flutter_charts
44-
branch: release/18.3.0.1
45-
ref: release/18.3.0.1
46-
syncfusion_flutter_gauges:
47-
git:
48-
url: https://buildautomation:[email protected]/essential-studio/flutter-gauges
49-
path: flutter_gauges/syncfusion_flutter_gauges
50-
branch: release/18.3.0.1
51-
ref: release/18.3.0.1
52-
syncfusion_flutter_sliders:
53-
git:
54-
url: https://buildautomation:[email protected]/essential-studio/flutter-sliders
55-
path: flutter_sliders/syncfusion_flutter_sliders
56-
branch: release/18.3.0.1
57-
ref: release/18.3.0.1
58-
syncfusion_flutter_pdf:
59-
git:
60-
url: https://buildautomation:[email protected]/essential-studio/flutter-pdf
61-
path: flutter_pdf/syncfusion_flutter_pdf
62-
branch: release/18.3.0.1
63-
ref: release/18.3.0.1
64-
syncfusion_flutter_barcodes:
65-
git:
66-
url: https://buildautomation:[email protected]/essential-studio/flutter-barcodes
67-
path: flutter_barcodes/syncfusion_flutter_barcodes
68-
branch: release/18.3.0.1
69-
ref: release/18.3.0.1
70-
syncfusion_officechart:
71-
git:
72-
url: https://buildautomation:[email protected]/essential-studio/flutter-officechart
73-
path: flutter_officechart/syncfusion_flutter_officechart
74-
branch: release/18.3.0.1
75-
ref: release/18.3.0.1
76-
syncfusion_flutter_maps:
77-
git:
78-
url: https://buildautomation:[email protected]/essential-studio/flutter-maps
79-
path: flutter_maps/syncfusion_flutter_maps
80-
branch: release/18.3.0.1
81-
ref: release/18.3.0.1
82-
syncfusion_flutter_signaturepad:
83-
git:
84-
url: https://buildautomation:[email protected]/essential-studio/flutter-signaturepad
85-
path: flutter_signaturepad/syncfusion_flutter_signaturepad
86-
branch: release/18.3.0.1
87-
ref: release/18.3.0.1
88-
syncfusion_flutter_pdfviewer:
89-
git:
90-
url: https://buildautomation:[email protected]/essential-studio/flutter-pdfviewer
91-
path: flutter_pdfviewer/syncfusion_flutter_pdfviewer
92-
branch: release/18.3.0.1
93-
ref: release/18.3.0.1
94-
22+
syncfusion_flutter_datagrid: ^18.3.35-beta
23+
syncfusion_flutter_calendar: ^18.3.35
24+
syncfusion_flutter_datepicker: ^18.3.35-beta
25+
syncfusion_flutter_charts: ^18.3.35
26+
syncfusion_flutter_gauges: ^18.3.35
27+
syncfusion_flutter_sliders: ^18.3.35
28+
syncfusion_flutter_pdf: ^18.3.35-beta
29+
syncfusion_flutter_barcodes: ^18.3.35
30+
syncfusion_officechart: ^18.3.35-beta
31+
syncfusion_flutter_maps: ^18.3.35-beta
32+
syncfusion_flutter_signaturepad: ^18.3.35-beta
33+
syncfusion_flutter_pdfviewer: ^18.3.35-beta
34+
9535
flutter:
9636
uses-material-design: true
9737
assets:

0 commit comments

Comments
 (0)