From 3e6f6c525a4c1cae2e1629e85338da15b615141d Mon Sep 17 00:00:00 2001 From: YuvarajG <61863686+Yuvaraj-Gajaraj@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:56:15 +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 2036807..558445b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ -**[View document in Syncfusion Flutter Knowledge base](https://www.syncfusion.com/kb/10998/how-to-get-datetime-details-while-tapping-the-flutter-event-calendar-elements)** +# Flutter + +This repository contains a sample that demonstrates how to get the DateTime details from header, view header, and calendar cell using onTap event in 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 b76cd481d3a48cc1919787865809b8db1e44c0aa Mon Sep 17 00:00:00 2001 From: YuvarajG <61863686+Yuvaraj-Gajaraj@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:02:38 +0530 Subject: [PATCH 2/2] Update README.md Title updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558445b..533da3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flutter +# Flutter Calendar DateTime details from onTap event This repository contains a sample that demonstrates how to get the DateTime details from header, view header, and calendar cell using onTap event in Syncfusion® Calendar package.