diff --git a/Flutter/cartesian-charts/on-demand-loading.md b/Flutter/cartesian-charts/on-demand-loading.md
index 5e9efa2a2..ac2836693 100644
--- a/Flutter/cartesian-charts/on-demand-loading.md
+++ b/Flutter/cartesian-charts/on-demand-loading.md
@@ -11,6 +11,11 @@ documentation: ug
[`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html) provides support to return a widget which can be used to load more data to the chart when the visible range reaches the end on dragging in the chart with the help of the [`loadMoreIndicatorBuilder`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/loadMoreIndicatorBuilder.html) builder.
+To learn more about how to lazy load data while panning in Flutter Charts, you can watch this video.
+
+
+
+
## Infinite scrolling
The [`loadMoreIndicatorBuilder`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/loadMoreIndicatorBuilder.html) builds the widget at the top of the chart area (ex., loading indicator or load more button) when horizontal scrolling reaches the start or end of the chart and if the chart is transposed then, this will be called when the vertical scrolling reaches the top or bottom of the chart. this can be used to achieve the functionalities like infinite scrolling in the chart.
diff --git a/Flutter/datagrid/export-to-pdf.md b/Flutter/datagrid/export-to-pdf.md
index 8744093a2..1801acbfa 100644
--- a/Flutter/datagrid/export-to-pdf.md
+++ b/Flutter/datagrid/export-to-pdf.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Export Flutter DataGrid to PDF | Flutter DataTable | Syncfusion
-description: Learn here all about how to export the Syncfusion Flutter DataGrid (SfDataGrid) into PDF Document and more.
+title: Export Flutter DataGrid to PDF | Flutter DataTable | Syncfusion®
+description: Learn here all about how to export the Syncfusion® Flutter DataGrid (SfDataGrid) into PDF Document and more.
platform: flutter
control: SfDataGrid
documentation: ug
@@ -23,7 +23,7 @@ syncfusion_flutter_datagrid_export: ^xx.x.xx
{% endhighlight %}
- >**NOTE** Here, **xx.x.xx** denotes the current version of `Syncfusion Flutter DataGrid Export` package.
+ >**NOTE** Here, **xx.x.xx** denotes the current version of `Syncfusion® Flutter DataGrid Export` package.
**Import package**
diff --git a/Flutter/datagrid/getting-started.md b/Flutter/datagrid/getting-started.md
index 835bb3910..e5f79c1c6 100644
--- a/Flutter/datagrid/getting-started.md
+++ b/Flutter/datagrid/getting-started.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Getting started with Flutter DataGrid | DataTable | Syncfusion
-description: Learn here about getting started with Syncfusion Flutter DataGrid (SfDataGrid) widget, its basic features, and more.
+title: Getting started with Flutter DataGrid | DataTable | Syncfusion®
+description: Learn here about getting started with Syncfusion® Flutter DataGrid (SfDataGrid) widget, its basic features, and more.
platform: flutter
control: SfDataGrid
documentation: ug
@@ -9,7 +9,7 @@ documentation: ug
# Getting started with Flutter DataGrid (SfDataGrid)
-This section explains the steps required to add the DataGrid widget and its features. This section covers only the basic features needed to get started with the Syncfusion Flutter DataGrid widget.
+This section explains the steps required to add the DataGrid widget and its features. This section covers only the basic features needed to get started with the Syncfusion® Flutter DataGrid widget.
To get started quickly with Flutter DataGrid, check out this video:
@@ -21,7 +21,7 @@ Create a simple project using the instruction given in the [Getting Started wit
**Add dependency**
-Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
+Add the Syncfusion® Flutter DataGrid dependency to your `pubspec.yaml` file.
{% highlight dart %}
@@ -31,7 +31,7 @@ Add the Syncfusion Flutter DataGrid dependency to your `pubspec.yaml` file.
{% endhighlight %}
-N> Here **xx.x.xx** denotes the current version of the [`Syncfusion Flutter DataGrid`](https://pub.dev/packages/syncfusion_flutter_datagrid/versions) package.
+N> Here **xx.x.xx** denotes the current version of the [`Syncfusion® Flutter DataGrid`](https://pub.dev/packages/syncfusion_flutter_datagrid/versions) package.
**Get packages**
diff --git a/Flutter/datagrid/overview.md b/Flutter/datagrid/overview.md
index de7f18e1a..1d67d7029 100644
--- a/Flutter/datagrid/overview.md
+++ b/Flutter/datagrid/overview.md
@@ -1,7 +1,7 @@
---
layout: post
-title: About Flutter DataGrid widget | DataTable | Syncfusion
-description: Learn about the introduction of the Syncfusion Flutter DataGrid (SfDataGrid) widget, its features, and more.
+title: About Flutter DataGrid widget | DataTable | Syncfusion®
+description: Learn about the introduction of the Syncfusion® Flutter DataGrid (SfDataGrid) widget, its features, and more.
platform: flutter
control: SfDataGrid
documentation: ug
@@ -9,7 +9,7 @@ documentation: ug
# Flutter DataGrid (SfDataGrid) Overview
-The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance even when loading large amounts of data.
+The Syncfusion® Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance even when loading large amounts of data.

@@ -22,7 +22,7 @@ The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabu
* **Editing** - Allows users to edit cell values. An editor widget can be loaded based on the column type to edit cell values.
* **Sorting** - Sort one or more columns in ascending or descending order.
* **Selection** - Select one or more rows. Keyboard navigation is supported for web platforms.
-* **Filtering** - Interactive support to filter data as like Excel. Filter data by text, numbers, and date-time values. Also, supports programmatical filtering.
+* **Filtering** - Interactive support to filter data as like Excel. Filter data by text, numbers, and date-time values. Also, supports programmatic filtering.
* **Column Drag and Drop** - Supports reordering columns by dragging and dropping them at the required position.
* **Column resizing** - Resize columns by dragging the right edge of the column header.
* **Exporting** - Support to export the data to Excel and PDF.
diff --git a/Flutter/maps/shape.md b/Flutter/maps/shape.md
index dbea5897b..efe09360e 100644
--- a/Flutter/maps/shape.md
+++ b/Flutter/maps/shape.md
@@ -2,7 +2,7 @@
layout: post
title: Shape colors in Flutter Maps widget | Syncfusion
description: Learn here all about different shape appearance customization options of the Syncfusion Flutter Maps (SfMaps) widget.
-platform: Flutter
+platform: flutter
control: SfMaps
documentation: ug
---
@@ -197,6 +197,11 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
+To learn more about how to customize the colors in Flutter Maps, you can watch this video.
+
+
+
+
## Applying colors based on the data
If you return a color from the [`shapeColorValueMapper`](https://pub.dev/documentation/syncfusion_flutter_maps/latest/maps/MapShapeSource/shapeColorValueMapper.html), then the color will be applied to the respective shape straightaway.
diff --git a/Flutter/treemap/drilldown.md b/Flutter/treemap/drilldown.md
index e3c68c940..054d4f778 100644
--- a/Flutter/treemap/drilldown.md
+++ b/Flutter/treemap/drilldown.md
@@ -14,7 +14,7 @@ The drilldown feature provides better visualization of larger set of hierarchica
To learn more about how to deep dive into the drill down feature in Flutter Treemap, you can watch this video.
-
+
## Enable drilldown