|
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. |
2 | 3 |
|
3 | | -A new Flutter project. |
| 4 | +Watch the video: Coming soon... |
4 | 5 |
|
5 | | -## Getting Started |
| 6 | +Documentation: https://www.syncfusion.com/kb/12646/how-to-populate-flutter-datatable-sfdatagrid-with-json-api |
6 | 7 |
|
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) |
8 | 12 |
|
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. |
10 | 15 |
|
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