|
1 | | -# jsonsample |
| 1 | +# Render the Flutter chart using JSON data stored in Firebase database |
2 | 2 |
|
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. |
4 | 4 |
|
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. |
6 | 6 |
|
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) |
8 | 11 |
|
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. |
10 | 14 |
|
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