Skip to content

Commit ccca78e

Browse files
readme file updated.
1 parent af6efd8 commit ccca78e

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Syncfusion Flutter examples
22

3-
This repository contains awesome demos of [Syncfusion Flutter UI widgets](https://www.syncfusion.com/flutter-widgets). This is the best place to check our widgets to get more insight about the usage of APIs. You can also check our widgets by installing the complete Flutter sample browser from [Google Play Store](https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples) or [Apple store](https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341), in which you can browse the demo for all the widgets and view the source code of each sample within the app itself.
3+
This repository contains awesome demos of [Syncfusion Flutter UI widgets](https://www.syncfusion.com/flutter-widgets). This is the best place to check our widgets to get more insight into the usage of APIs. You can also check our widgets by installing the complete Flutter sample browser from [Google Play Store](https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples) or [App Store](https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341), in which you can browse the demo for all the widgets and view the source code of each sample within the app itself.
44

5-
This section guides you to use the Syncfusion Flutter examples in your applications.
5+
<img src="images/flutter_examples.png"/>
6+
7+
## Table of contents
68

79
* [Requirements to run the demo](#requirements-to-run-the-demo)
810
* [Repository Structure](#repository-structure)
@@ -12,13 +14,13 @@ This section guides you to use the Syncfusion Flutter examples in your applicati
1214
* [Support and Feedback](#support-and-feedback)
1315

1416
## <a name="requirements-to-run-the-demo"></a>Requirements to run the demo ##
15-
* [Visual Studio code](https://code.visualstudio.com/download)
16-
* #### Flutter SDK Version
17+
* IDE tools are [Visual Studio code](https://flutter.dev/docs/get-started/editor?tab=vscode) and [Android studio](https://flutter.dev/docs/get-started/editor?tab=androidstudio).
18+
* Flutter SDK
1719
| Channel| Version|
1820
|--------|--------|
1921
| Stable | [2.0.2](https://code.visualstudio.com/download)|
2022
| Beta | [2.0.2](https://storage.googleapis.com/flutter_infra/releases/beta/windows/flutter_windows_2.0.2-beta.zip)|
21-
* Dart and Flutter add-ons for Visual Studio Code (available via the Visual studio code extension).
23+
* Dart and Flutter add-ons for Visual Studio Code (available via the Visual studio code extension) in Android Studio it available in plugin preference.
2224

2325
## <a name="repository-structure"></a> Repository Structure ##
2426
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.
@@ -27,38 +29,38 @@ The <b>lib/samples</b> directory contains the Flutter widget examples for each w
2729

2830
| Widgets | Repository |
2931
| ------------- | --------------- |
30-
| Bar Code | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/barcodes) |
31-
| Calendar | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/calendar) |
32-
| Chart | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/chart) |
33-
| Data Grid | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/datagrid) |
34-
| Date Picker | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/date_picker) |
35-
| Gauge | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/gauge) |
36-
| Maps | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/maps) |
37-
| PDF | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/pdf) |
38-
| Pdf Viewer | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/pdf_viewer) |
39-
| Progress Bar | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/progress_bar) |
40-
| Radial Range Slider | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/radial_range_slider) |
41-
| Radial Slider | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/radial_slider) |
42-
| Signature Pad | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/signature_pad) |
43-
| Slider | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/sliders) |
44-
| Sparkline | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/sparkline) |
45-
| Xlsio | [Link](https://github.com/Yuvaraj-Gajaraj/flutter-examples/tree/master/lib/samples/xlsio) |
32+
| Barcode Generator | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/barcodes) |
33+
| Calendar | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/calendar) |
34+
| Charts | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/chart) |
35+
| DataGrid | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/datagrid) |
36+
| Date Range Picker | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/date_picker) |
37+
| Maps | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/maps) |
38+
| PDF | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/pdf) |
39+
| PDF Viewer | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/pdf_viewer) |
40+
| Progress Bar | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/progress_bar) |
41+
| Radial Gauge | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/gauge) |
42+
| Range Selector | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/sliders/range_selector) |
43+
| Range Slider | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/sliders/range_slider) |
44+
| Slider | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/sliders/slider) |
45+
| Sparkline | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/sparkline) |
46+
| Signature Pad | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/signature_pad) |
47+
| Xlsio | [Link](https://github.com/syncfusion/flutter-examples/tree/master/lib/samples/xlsio) |
4648

4749
## <a name="license"></a>License ##
4850

4951
Syncfusion has no liability for any damage or consequence that may arise by the use or viewing of the examples. The examples are for demonstrative purposes and if you choose to use or access the examples you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, accessing or otherwise viewing the examples. By accessing, viewing, or otherwise seeing the examples you acknowledge and agree Syncfusion’s examples will not allow you to seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize or otherwise do anything with Syncfusion’s examples.
5052

5153
## <a name="using-the-examples"></a>Using the examples ##
5254

53-
If you download the examples using the "Download ZIP" option then follow the instructions below.
54-
5555
**Step 1**
5656

57-
Unzip the downloaded flutter example archive.
57+
Unzip the downloaded flutter example archive.
58+
59+
**Note:** If you clone this repository ignore this step.
5860

5961
**Step 2**
6062

61-
Open the flutter example folder in an IDE. The below path is for reference.
63+
Open the flutter example folder in an IDE.
6264

6365
**Step 3**
6466

0 commit comments

Comments
 (0)