Skip to content

Commit 4d2f385

Browse files
Merge branch 'syncfusion:master' into master
2 parents f044ffb + bc0cc40 commit 4d2f385

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ body:
88
value: |
99
Thank you for using Syncfusion widgets!
1010
11-
If you are looking for support, please check out our documentation, knowledge base,
11+
If you are looking for support, please check out our documentation, knowledge base, help bot,
1212
and feedbacks. If you are unable to find a solution, please report the bug here.
1313
1414
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
1515
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
16+
- [HelpBot](https://helpbot.syncfusion.com)
1617
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
1718
1819
You can also contact us through the following methods.
@@ -116,4 +117,4 @@ body:
116117
117118
</details>
118119
validations:
119-
required: true
120+
required: true

.github/ISSUE_TEMPLATE/2_feature_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ body:
66
value: |
77
Thank you for using Syncfusion widgets!
88
9-
If you are looking for support, please check out our documentation, knowledge base,
9+
If you are looking for support, please check out our documentation, knowledge base, help bot,
1010
and feedbacks. If you are unable to find a solution, please report the bug here.
1111
1212
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
1313
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
14+
- [HelpBot](https://helpbot.syncfusion.com)
1415
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
1516
1617
You can also contact us through the following methods.
@@ -37,4 +38,4 @@ body:
3738
* images (illustrations, diagrams, screenshots)
3839
* videos
3940
validations:
40-
required: true
41+
required: true

README.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@ This repository contains awesome demos of [Syncfusion Flutter UI widgets](https:
1818
* Flutter SDK
1919
| Channel| Version|
2020
|--------|--------|
21-
| Stable | [2.0.2](https://code.visualstudio.com/download)|
22-
| Beta | [2.0.2](https://storage.googleapis.com/flutter_infra/releases/beta/windows/flutter_windows_2.0.2-beta.zip)|
21+
| Stable | [3.24.0]([https://code.visualstudio.com/download](https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.24.0-stable.zip))|
22+
2323
* Dart and Flutter add-ons for Visual Studio Code (available via the Visual studio code extension) in Android Studio it available in plugin preference.
2424

2525
## <a name="repository-structure"></a> Repository Structure ##
26-
The <b>lib/samples</b> directory contains the Flutter widget examples for each widget such as Charts, DataGrid, etc. All the examples can be deployed in Android, iOS, and web platforms.
26+
The <b>lib/samples</b> directory contains the Flutter widget examples for each widget such as Charts, DataGrid, etc. All the examples can be deployed in Android, Web, Windows, Linux, iOS, and Mac platforms.
2727

2828
## <a name="widgets-catalog"></a>Widgets Catalog ##
2929

3030
| Widgets | Repository |
3131
| ------------- | --------------- |
3232
| Barcode Generator | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/barcodes) |
3333
| Calendar | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/calendar) |
34+
| Chat | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/chat) |
3435
| Charts | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/chart) |
3536
| DataGrid | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/datagrid) |
3637
| Date Range Picker | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/date_picker) |
@@ -74,7 +75,33 @@ $ flutter pub get
7475

7576
**Step 4**
7677

77-
Run your application either using `F5` or `Run > Start Debugging`.
78+
Run your application using the following commands:
79+
80+
**Windows & Linux**
81+
82+
Run code: Ctrl + F5
83+
84+
Run with debugging: F5 or Run > Start Debugging
85+
86+
Stop debugging: Shift + F5
87+
88+
Restart debugging: Ctrl + Shift + F5
89+
90+
**MacOS**
91+
92+
Run code: Cmd + F5
93+
94+
Run with debugging: F5 or Run > Start Debugging
95+
96+
Stop debugging: Shift + Cmd + F5
97+
98+
Restart debugging: Cmd + Shift + F5
99+
100+
**Web (VS Code in the Browser)**
101+
102+
Run code: Ctrl + F5
103+
104+
Run with debugging: F5 or Run > Start Debugging
78105

79106
## Get the demo application
80107

0 commit comments

Comments
 (0)