From 9e1ba41a966fb691f9dd6f7dd824e52a2d620f93 Mon Sep 17 00:00:00 2001 From: Hari Hara Sudhan Kanangaraj <105288122+sfHariHaraSudhan@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:57:17 +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 3ef5fd6..f320531 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # how-to-customize-the-refresh-indicator-appearance-in-flutter-datatable-sfdatagrid - -A new Flutter project. + +This repository contains a sample project that demonstrates how to customize the refresh indicator appearance 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 5cd249b03cffa3c8e57fc09889cb679fc902c766 Mon Sep 17 00:00:00 2001 From: Vijayakumar Mariappan <92971875+VijayakumarMariappan@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:05:47 +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 f320531..02927d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# how-to-customize-the-refresh-indicator-appearance-in-flutter-datatable-sfdatagrid +# How to customize the refresh indicator appearance in Flutter datatable This repository contains a sample project that demonstrates how to customize the refresh indicator appearance in Syncfusion® Flutter DataGrid (SfDataGrid).