From 65f6f9c6bfe3b5f4f31a3e04e3dfbdad221dd22f Mon Sep 17 00:00:00 2001 From: YuvarajG <61863686+Yuvaraj-Gajaraj@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:20:32 +0530 Subject: [PATCH 1/2] Update README.md Readme added --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d07cc0..c8138ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ -**[View document in Syncfusion Flutter Knowledge base](https://www.syncfusion.com/kb/11466/how-to-load-the-json-data-offline-for-the-flutter-event-calendar-sfcalendar-appointments)** +# Flutter Calendar load JSON appointment + +This repository contains a sample that demonstrates how to load offline JSON appointments into the Syncfusion® Calendar package. + + +## Syncfusion® controls: + + +This project used the following Syncfusion® widget(s): +* [Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) + + +## Supported platforms + + +Refer to the following link to know about the supported platform - [Platforms](https://help.syncfusion.com/flutter/system-requirements#supported-platforms) + + +## Requirements to run the sample + + +Refer to the following link to know about system requirements - [System Requirements](https://help.syncfusion.com/flutter/system-requirements) + + +## How to run the sample + + +1. Clone the sample and open it in preferred IDE. +2. Run the application. + + +*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.* + + +## License + + +Syncfusion® has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion® liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion®’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion®’s samples. From c59de8f847f12de0abf33f5399adbb28f10300ae Mon Sep 17 00:00:00 2001 From: YuvarajG <61863686+Yuvaraj-Gajaraj@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:30:26 +0530 Subject: [PATCH 2/2] Update README.md updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8138ff..84b16b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flutter Calendar load JSON appointment +# Flutter Calendar appointments from local JSON This repository contains a sample that demonstrates how to load offline JSON appointments into the Syncfusion® Calendar package.