From 61b38c67855aaaf1009198c83516849de48b3b7a Mon Sep 17 00:00:00 2001 From: Hari Hara Sudhan Kanangaraj <105288122+sfHariHaraSudhan@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:02:08 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78a7f22..5685f12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # how-to-perform-pull-to-refresh-programmatically-in-flutter-datatable-sfdatagrid - -A new Flutter project. + +This repository contains a sample project that demonstrates how to perform pull to refresh programmatically in Syncfusion® Flutter DataGrid (SfDataGrid). ## Getting Started @@ -14,3 +14,27 @@ A few resources to get you started if this is your first Flutter project: For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. + +## Syncfusion® controls: + +This project used the following Syncfusion® widget(s): +* [DataGrid]( https://www.syncfusion.com/flutter-widgets/flutter-datagrid) + +## 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 b42ccc43f47c78b51e6254eeb0dcb4a1bbec264c Mon Sep 17 00:00:00 2001 From: Vijayakumar Mariappan <92971875+VijayakumarMariappan@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:06:20 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5685f12..a3ec036 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# how-to-perform-pull-to-refresh-programmatically-in-flutter-datatable-sfdatagrid +# How to perform pull to refresh programmatically in Flutter datatable This repository contains a sample project that demonstrates how to perform pull to refresh programmatically in Syncfusion® Flutter DataGrid (SfDataGrid).