Skip to content

Commit 4701ca0

Browse files
authored
Update README.md
1 parent 1cd1e98 commit 4701ca0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# myflutterapp
1+
# How to load JSON data to a Flutter DataGrid
2+
A quick-start example to help you add the Syncfusion Flutter DataGrid to a Flutter app and load JSON data to it. You will learn how to fetch the JSON data from an online source and convert it to a list collection. You will also learn how to create the rows using the DataGridSource class using the list collection, and then bind the rows to the DataGrid.
23

3-
A new Flutter project.
4+
Watch the video: Coming soon...
45

5-
## Getting Started
6+
Documentation: https://www.syncfusion.com/kb/12646/how-to-populate-flutter-datatable-sfdatagrid-with-json-api
67

7-
This project is a starting point for a Flutter application.
8+
## Requirements to run the demo
9+
* [VS Code](https://code.visualstudio.com/download)
10+
* [Flutter SDK v2.0.0+](https://flutter.dev/docs/development/tools/sdk/overview)
11+
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)
812

9-
A few resources to get you started if this is your first Flutter project:
13+
## How to run this application
14+
To run this application, you need to first clone or download the ‘how to load json data to a flutter datagrid’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
1015

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
16+
## Further help
17+
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), or
18+
[Flutter documentation](https://flutter.dev/docs/get-started/install).

0 commit comments

Comments
 (0)