Skip to content

Commit e244cfd

Browse files
author
LavanyaA
authored
Update README.md
1 parent 0e162d2 commit e244cfd

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# jsonsample
1+
# Render the Flutter chart using JSON data stored in Firebase database
22

3-
A new Flutter project.
3+
Using the Firebase REST API and HTTP client, you can retrieve the JSON data from the Firebase database and also with the help of the deserialization concept (parsing of raw JSON data to dart object model) you can convert the retrieved JSON data to chart data list for the Flutter Cartesian chart.
44

5-
## Getting Started
5+
The Firebase Realtime Database is a cloud-hosted database. A Data is stored as JSON and synchronized in real-time to every connected client. You can use any Firebase Realtime Database URL as a REST endpoint and send requests from the HTTP client, in order to access the JSON data.
66

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

9-
A few resources to get you started if this is your first Flutter project:
12+
## How to run this application
13+
To run this application, you need to first clone or download the ‘render chart with firebase json data flutter chart’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
1014

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.
15+
## Further help
16+
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), or
17+
[Flutter documentation](https://flutter.dev/docs/get-started/install).

0 commit comments

Comments
 (0)