diff --git a/Flutter/calendar/getting-started.md b/Flutter/calendar/getting-started.md
index cabd80782..530008718 100644
--- a/Flutter/calendar/getting-started.md
+++ b/Flutter/calendar/getting-started.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Getting started with Flutter Event Calendar widget | Syncfusion
+title: Getting started with Flutter Calendar widget | Syncfusion
description: Learn here about getting started with Syncfusion Event Calendar (SfCalendar) widget, its elements, and more.
platform: flutter
control: SfCalendar
documentation: ug
---
-# Getting started with Flutter Event Calendar (SfCalendar)
-This section explains the steps required to add the calendar widget and populate appointments to the calendar widget. This section covers only basic features needed to get started with Syncfusion® calendar widget.
+# Getting started with Flutter Calendar widget (SfCalendar)
+This section explains the steps required to add the calendar widget and populate appointments to the calendar widget. This section covers only basic features needed to get started with Syncfusion calendar widget.
To get start quickly with our [Flutter event calendar widget](https://www.syncfusion.com/flutter-widgets/flutter-calendar), you can check on this video.
@@ -22,7 +22,7 @@ Create a simple project using the instructions given in the [Getting Started wit
**Add dependency**
-Add the Syncfusion® Flutter calendar dependency to your pubspec.yaml file.
+Add the Syncfusion Flutter calendar dependency to your pubspec.yaml file.
{% highlight dart %}
@@ -32,7 +32,7 @@ syncfusion_flutter_calendar: ^xx.x.xx
{% endhighlight %}
-N> Here **xx.x.xx** denotes the current version of [Syncfusion® Flutter Calendar](https://pub.dev/packages/syncfusion_flutter_calendar/versions) package.
+N> Here **xx.x.xx** denotes the current version of [Syncfusion Flutter Calendar](https://pub.dev/packages/syncfusion_flutter_calendar/versions) package.
**Get packages**
@@ -74,7 +74,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="316" height="550" loading="lazy"}
## Change different calendar views
@@ -94,7 +94,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="443" height="550" loading="lazy"}
## Add data source
@@ -171,7 +171,7 @@ class Meeting {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Change first day of week
@@ -192,7 +192,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Initial selected date
@@ -218,7 +218,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Initial display date
@@ -244,7 +244,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Selection decoration
@@ -275,7 +275,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Today highlight color
@@ -301,7 +301,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Cell border color
@@ -327,7 +327,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Background color
@@ -353,7 +353,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Navigation arrow
Using the [showNavigationArrow](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/showNavigationArrow.html) property of the `SfCalendar`, you can navigate to the next or previous views of the calendar without swiping.
@@ -374,7 +374,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="340" height="504" loading="lazy"}
>**NOTE**
@@ -404,7 +404,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="418" height="550" loading="lazy"}
## Current time indicator
@@ -426,7 +426,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}
-
+{:width="452" height="550" loading="lazy"}
## Week number
@@ -450,7 +450,7 @@ Display the Week number of the year in all views except schedule view of the `Sf
{% endhighlight %}
{% endtabs %}
-
+{:width="816" height="465" loading="lazy"}
## Week number appearance
@@ -478,7 +478,7 @@ Customize the Week number text style of the calendar by using the [WeekNumberSty
{% endhighlight %}
{% endtabs %}
-
+{:width="297" height="550" loading="lazy"}
Get the complete "getting started" sample from [here](https://github.com/SyncfusionExamples/flutter-calendar).
@@ -497,4 +497,6 @@ Get the complete "getting started" sample from [here](https://github.com/Syncfus
* [How to customize the current day color in the Flutter event calendar (SfCalendar)](https://support.syncfusion.com/kb/article/10814/how-to-customize-the-current-day-color-in-the-flutter-calendar)
* [How to show a particular week in a day view of Flutter event calendar(SfCalendar)](https://support.syncfusion.com/kb/article/10774/how-to-show-a-particular-week-in-a-day-view-of-flutter-calendar)
* [How to customize the selection using decoration in the Flutter event calendar (SfCalendar)](https://support.syncfusion.com/kb/article/10641/how-to-customize-the-selection-using-decoration-in-the-flutter-calendar)
-* [How to format the view header day and date in the Flutter event calendar (SfCalendar)](https://support.syncfusion.com/kb/article/10764/how-to-format-the-view-header-day-and-date-in-the-flutter-calendar)
\ No newline at end of file
+* [How to format the view header day and date in the Flutter event calendar (SfCalendar)](https://support.syncfusion.com/kb/article/10764/how-to-format-the-view-header-day-and-date-in-the-flutter-calendar)
+
+N> You can also explore our [Flutter Calendar example](https://flutter.syncfusion.com/#/event-calendar/getting-started) that shows you how to render and configure the Calendar.
\ No newline at end of file
diff --git a/Flutter/calendar/images/getting-started/calendar-background-color.png b/Flutter/calendar/images/getting-started/flutter-calendar-background-color.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/calendar-background-color.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-background-color.png
diff --git a/Flutter/calendar/images/getting-started/cell-border-color.png b/Flutter/calendar/images/getting-started/flutter-calendar-cell-border-color.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/cell-border-color.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-cell-border-color.png
diff --git a/Flutter/calendar/images/getting-started/cell-end-padding.png b/Flutter/calendar/images/getting-started/flutter-calendar-cell-end-padding.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/cell-end-padding.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-cell-end-padding.png
diff --git a/Flutter/calendar/images/getting-started/current-time-indicator.png b/Flutter/calendar/images/getting-started/flutter-calendar-current-time-indicator.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/current-time-indicator.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-current-time-indicator.png
diff --git a/Flutter/calendar/images/getting-started/datasource.png b/Flutter/calendar/images/getting-started/flutter-calendar-datasource.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/datasource.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-datasource.png
diff --git a/Flutter/calendar/images/getting-started/dayview.png b/Flutter/calendar/images/getting-started/flutter-calendar-dayview.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/dayview.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-dayview.png
diff --git a/Flutter/calendar/images/getting-started/firstday-week.png b/Flutter/calendar/images/getting-started/flutter-calendar-firstday-week.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/firstday-week.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-firstday-week.png
diff --git a/Flutter/calendar/images/getting-started/initial-display-date.png b/Flutter/calendar/images/getting-started/flutter-calendar-initial-display-date.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/initial-display-date.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-initial-display-date.png
diff --git a/Flutter/calendar/images/getting-started/initial-selected-date.png b/Flutter/calendar/images/getting-started/flutter-calendar-initial-selected-date.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/initial-selected-date.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-initial-selected-date.png
diff --git a/Flutter/calendar/images/getting-started/monthview.png b/Flutter/calendar/images/getting-started/flutter-calendar-monthview.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/monthview.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-monthview.png
diff --git a/Flutter/calendar/images/getting-started/selection-decoration.png b/Flutter/calendar/images/getting-started/flutter-calendar-selection-decoration.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/selection-decoration.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-selection-decoration.png
diff --git a/Flutter/calendar/images/getting-started/show-navigation-arrow.jpg b/Flutter/calendar/images/getting-started/flutter-calendar-show-navigation-arrow.jpg
similarity index 100%
rename from Flutter/calendar/images/getting-started/show-navigation-arrow.jpg
rename to Flutter/calendar/images/getting-started/flutter-calendar-show-navigation-arrow.jpg
diff --git a/Flutter/calendar/images/getting-started/today-highlight-color.png b/Flutter/calendar/images/getting-started/flutter-calendar-today-highlight-color.png
similarity index 100%
rename from Flutter/calendar/images/getting-started/today-highlight-color.png
rename to Flutter/calendar/images/getting-started/flutter-calendar-today-highlight-color.png