Skip to content

Commit 033e2c1

Browse files
author
LavanyaA
authored
Update README.md
1 parent 6cd4fd3 commit 033e2c1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# render_chart_with_json_data_flutter_charts
2-
Renders Flutter Cartesian Charts with JSON data
1+
# Renders Flutter Cartesian Charts with JSON data
2+
3+
A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to render flutter chart using json data. Using the deserialization concept, you can convert the JSON data to Dart list object and use that deserialized list object as chart data for Flutter Cartesian chart. The parsing of raw JSON data to dart object model is called deserialization.
4+
5+
## Requirements to run the demo
6+
* [VS Code](https://code.visualstudio.com/download)
7+
* [Flutter SDK v2.0.0+](https://flutter.dev/docs/development/tools/sdk/overview)
8+
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)
9+
10+
## How to run this application
11+
To run this application, you need to first clone or download the ‘render chart with json data flutter charts’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
12+
13+
## Further help
14+
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), or
15+
[Flutter documentation](https://flutter.dev/docs/get-started/install).

0 commit comments

Comments
 (0)