You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-25Lines changed: 27 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Syncfusion Flutter examples
2
2
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.
4
4
5
-
This section guides you to use the Syncfusion Flutter examples in your applications.
5
+
<imgsrc="images/flutter_examples.png"/>
6
+
7
+
## Table of contents
6
8
7
9
*[Requirements to run the demo](#requirements-to-run-the-demo)
8
10
*[Repository Structure](#repository-structure)
@@ -12,13 +14,13 @@ This section guides you to use the Syncfusion Flutter examples in your applicati
12
14
*[Support and Feedback](#support-and-feedback)
13
15
14
16
## <aname="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).
* 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.
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
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.
50
52
51
53
## <aname="using-the-examples"></a>Using the examples ##
52
54
53
-
If you download the examples using the "Download ZIP" option then follow the instructions below.
54
-
55
55
**Step 1**
56
56
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.
58
60
59
61
**Step 2**
60
62
61
-
Open the flutter example folder in an IDE. The below path is for reference.
0 commit comments