From 16295686e624c954d2de162c6333f4a8bce15ef4 Mon Sep 17 00:00:00 2001 From: Hari Hara Sudhan Kanangaraj <105288122+sfHariHaraSudhan@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:17:53 +0530 Subject: [PATCH 1/3] FLUT-1020062-Enhanced the intro section of Flutter user guide --- Flutter/introduction/api-reference.md | 6 +++++- Flutter/introduction/overview.md | 11 +++++------ Flutter/introduction/widget-examples.md | 4 ++-- Flutter/introduction/widgets-catalog.md | 6 +++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Flutter/introduction/api-reference.md b/Flutter/introduction/api-reference.md index 6b438edfb..bc27a664f 100644 --- a/Flutter/introduction/api-reference.md +++ b/Flutter/introduction/api-reference.md @@ -9,9 +9,13 @@ documentation: ug # Syncfusion® Flutter Widgets - API reference -This page helps to navigate to the public API's available in the Syncfusion® Flutter widgets. +This page helps you navigate to the public APIs available in the Syncfusion® Flutter widgets. Click the link to open the API reference for each widget. Use the search box on the API reference page to find specific classes and members. + + + +
WidgetAPI Reference
AI AssistView diff --git a/Flutter/introduction/overview.md b/Flutter/introduction/overview.md index 4e8286c68..d6f272abb 100644 --- a/Flutter/introduction/overview.md +++ b/Flutter/introduction/overview.md @@ -1,7 +1,7 @@ --- layout: post title: Overview of Syncfusion® Flutter Widgets | Syncfusion -description: Step‑by‑step guide to Syncfusion Flutter widgets, covering key features, documentation structure, API references, code examples, demos, video tutorials, and support resources for building high‑quality cross‑platform applications. +description: Step-by-step guide to Syncfusion Flutter widgets, covering key features, documentation structure, API references, code examples, demos, video tutorials, and support resources for building high-quality cross-platform applications. platform: flutter control: Overview documentation: ug @@ -31,12 +31,11 @@ The [widgets examples section](https://help.syncfusion.com/flutter/introduction/ ### Knowledge Base -The Knowledge Base section contains responses for some of the most common questions other customers had asked in the past. You can search for topics that are not covered in the user guide. -Similar to the Knowledge Base, the [Forum section](https://www.syncfusion.com/forums/flutter) also contains responses for questions asked in the past. +The [Knowledge Base](https://www.syncfusion.com/kb/flutter) contains responses for some of the most common questions other customers have asked. You can search for topics that are not covered in the user guide. The [Forum section](https://www.syncfusion.com/forums/flutter) also answers common user questions. ### Video Tutorials -Video tutorials of our widgets can be found [here](https://www.syncfusion.com/tutorial-videos). +Video tutorials of our widgets can be found [here](https://www.syncfusion.com/tutorial-videos/flutter). ## Demos @@ -66,6 +65,6 @@ tr, td, th
-## Create a support incident -In case, you are not able to find the information that you are looking for in the self-help resources mentioned above, please [contact](https://www.syncfusion.com/support/directtrac/incidents) us by creating a support ticket. +## Creating a support incident +If you are unable to find the information you are looking for in the self-help resources mentioned above, please [contact](https://www.syncfusion.com/support/directtrac/incidents) us by creating a support ticket. diff --git a/Flutter/introduction/widget-examples.md b/Flutter/introduction/widget-examples.md index 188646abe..9fc227912 100644 --- a/Flutter/introduction/widget-examples.md +++ b/Flutter/introduction/widget-examples.md @@ -20,7 +20,7 @@ The section contains the GitHub link for each widget's code examples. This is ve AI AssistView -AIAssistView +AI AssistView samples/AI_assist_view @@ -122,7 +122,7 @@ The section contains the GitHub link for each widget's code examples. This is ve

Viewer

-

PDF viewer

+

PDF viewer

samples/pdfviewer

diff --git a/Flutter/introduction/widgets-catalog.md b/Flutter/introduction/widgets-catalog.md index 0dace539b..539d38b4a 100644 --- a/Flutter/introduction/widgets-catalog.md +++ b/Flutter/introduction/widgets-catalog.md @@ -9,9 +9,9 @@ documentation: ug # Flutter Widgets Catalog -The Syncfusion® Flutter cross platform UI widgets and libraries are an ideal choice for developing rich cross-platform iOS, Android, and Web applications from a single shared code base. You can build responsive, interactive, and creative applications that run on multiple platforms and devices with various form factors. Some of the cool features like theming and customization options make the widgets perfect for your cross-platform application. +The Syncfusion® Flutter cross-platform UI widgets and libraries are an ideal choice for developing rich cross-platform iOS, Android, and Web applications from a single shared code base. You can build responsive, interactive, and creative applications that run on multiple platforms and devices with various form factors. Key features like theming and customization options make the widgets perfect for your cross-platform application. For more information on theming, see the [themes page](https://help.syncfusion.com/flutter/themes). -This section provides the user guide link for each widget and its package link. +This section provides the user guide link for each widget and a link to its pub.dev package. @@ -22,7 +22,7 @@ This section provides the user guide link for each widget and its package link. - + From 5d2259452733ab8bb9f0512da327df565082ddbf Mon Sep 17 00:00:00 2001 From: Harsha-SF4223 <154403270+Harsha-SF4223@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:31:49 +0530 Subject: [PATCH 2/3] Updated the description for the file --- Flutter/introduction/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flutter/introduction/overview.md b/Flutter/introduction/overview.md index d6f272abb..76c63e170 100644 --- a/Flutter/introduction/overview.md +++ b/Flutter/introduction/overview.md @@ -1,7 +1,7 @@ --- layout: post title: Overview of Syncfusion® Flutter Widgets | Syncfusion -description: Step-by-step guide to Syncfusion Flutter widgets, covering key features, documentation structure, API references, code examples, demos, video tutorials, and support resources for building high-quality cross-platform applications. +description: Complete guide to Syncfusion Flutter widgets with features, API docs, code samples, demos, video tutorials, and support for cross-platform app development. platform: flutter control: Overview documentation: ug @@ -35,7 +35,7 @@ The [Knowledge Base](https://www.syncfusion.com/kb/flutter) contains responses f ### Video Tutorials -Video tutorials of our widgets can be found [here](https://www.syncfusion.com/tutorial-videos/flutter). +Video tutorials of our widgets can be found [here](https://www.syncfusion.com/tutorial-videos). ## Demos From e80753c32c6519e6d9c9f6a47f36c23ec1ef87ea Mon Sep 17 00:00:00 2001 From: Harsha-SF4223 <154403270+Harsha-SF4223@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:24:27 +0530 Subject: [PATCH 3/3] Update description based on suggestion --- Flutter/introduction/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/introduction/overview.md b/Flutter/introduction/overview.md index 76c63e170..aac539cbd 100644 --- a/Flutter/introduction/overview.md +++ b/Flutter/introduction/overview.md @@ -1,7 +1,7 @@ --- layout: post title: Overview of Syncfusion® Flutter Widgets | Syncfusion -description: Complete guide to Syncfusion Flutter widgets with features, API docs, code samples, demos, video tutorials, and support for cross-platform app development. +description: Step‑by‑step guide to Syncfusion Flutter widgets with features, API docs, code samples, demos, video tutorials, and support for cross-platform app development. platform: flutter control: Overview documentation: ug
AI AssistViewAIAssistViewAI AssistView syncfusion_flutter_chat