From 10cb9fa8e31b4f8bf921d1687d708c5714d699bf Mon Sep 17 00:00:00 2001 From: pipeline Date: Wed, 29 Sep 2021 06:25:24 +0530 Subject: [PATCH] Latest source merged from Syncfusion --- Flutter/DateRangePicker/customizations.md | 2 +- Flutter/DateRangePicker/getting-started.md | 8 ++++---- Flutter/calendar/month-view.md | 2 +- Flutter/calendar/overview.md | 2 +- Flutter/calendar/timeslot-views.md | 2 +- Flutter/calendar/timezone.md | 2 +- Flutter/pdf-viewer/getting-started.md | 4 +++- Flutter/pdf-viewer/overview.md | 3 ++- Flutter/radial-gauge/getting-started.md | 4 ++-- 9 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Flutter/DateRangePicker/customizations.md b/Flutter/DateRangePicker/customizations.md index f02f514..b1f7b5a 100644 --- a/Flutter/DateRangePicker/customizations.md +++ b/Flutter/DateRangePicker/customizations.md @@ -8,7 +8,7 @@ documentation: ug --- # Customizations in Flutter Date Range Picker (SfDateRangePicker) -You can customize the month and year cells, month format, and selection cells in SfDateRangePicker. +You can customize the month and year cells, month format, and selection cells in [Flutter Date Range Picker](https://www.syncfusion.com/flutter-widgets/flutter-daterangepicker) (SfDateRangePicker). ## Month cell customization You can customize the calendar month view by using the `monthCellStyle` of `SfDateRangePicker`. diff --git a/Flutter/DateRangePicker/getting-started.md b/Flutter/DateRangePicker/getting-started.md index 52ebe2e..5cbd207 100644 --- a/Flutter/DateRangePicker/getting-started.md +++ b/Flutter/DateRangePicker/getting-started.md @@ -8,7 +8,7 @@ documentation: ug --- # Getting started with Flutter Date Range Picker (SfDateRangePicker) -This section explains the steps required to add the date range picker widget. This section covers only basic features needed to get started with Syncfusion date range picker widget. +This section explains the steps required to add the [date range picker](https://www.syncfusion.com/flutter-widgets/flutter-daterangepicker) widget. This section covers only basic features needed to get started with Syncfusion date range picker widget. To get start quickly with our Flutter date range picker widget, you can check on this video. @@ -76,7 +76,7 @@ Widget build(BuildContext context) { ## Multiple picker views -The `SfDateRangePicker` widget provides four different types of views to display. It can be assigned to the widget constructor by using the [view](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/view.html) property. Default view of the widget is month view. By default the current date will be displayed initially for all the date range picker views. +The [SfDateRangePicker](https://www.syncfusion.com/flutter-widgets/flutter-daterangepicker) widget provides four different types of views to display. It can be assigned to the widget constructor by using the [view](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/view.html) property. Default view of the widget is month view. By default the current date will be displayed initially for all the date range picker views. {% tabs %} {% highlight Dart %} @@ -117,7 +117,7 @@ Widget build(BuildContext context) { ## Date selection -The DateRangePicker supports selecting single, multiple, and range of dates. It also supports programmatic selection. +The [DateRangePicker](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker-class.html) supports selecting single, multiple, and range of dates. It also supports programmatic selection. The selected date or range details can be obtained using the [onSelectionChanged](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/onSelectionChanged.html) callback of date range picker. The callback will return the `DateRangePickerSelectionChangedArgs` which contains the selected date or range details. @@ -150,7 +150,7 @@ Widget build(BuildContext context) { ## Action buttons -You can display action buttons at the bottom of the date range picker by using the [showActionButtons](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/showActionButtons.html) property of `SfDateRangePicker`. It allows to confirm or cancel the selection values of `SfDateRangePicker`. +You can display action buttons at the bottom of the date range picker by using the [showActionButtons](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/showActionButtons.html) property of `SfDateRangePicker`. It allows to confirm or cancel the selection values of [SfDateRangePicker](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker-class.html). {% tabs %} {% highlight Dart %} diff --git a/Flutter/calendar/month-view.md b/Flutter/calendar/month-view.md index 9d3c040..51349dd 100644 --- a/Flutter/calendar/month-view.md +++ b/Flutter/calendar/month-view.md @@ -9,7 +9,7 @@ documentation: ug # Month view in Flutter Event Calendar (SfCalendar) -The `month` view of SfCalendar used to display entire dates of the specific month and current month by default initially. Current date color is differentiated with other dates of the current month, also the color differentiation for dates will be applicable for previous and next month dates. +The `month` view of Flutter Event [Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) (SfCalendar) used to display entire dates of the specific month and current month by default initially. Current date color is differentiated with other dates of the current month, also the color differentiation for dates will be applicable for previous and next month dates. ## Month agenda view diff --git a/Flutter/calendar/overview.md b/Flutter/calendar/overview.md index 6baf27d..a137fc3 100644 --- a/Flutter/calendar/overview.md +++ b/Flutter/calendar/overview.md @@ -9,7 +9,7 @@ documentation: ug # Flutter Event Calendar (SfCalendar) Overview -The Syncfusion Flutter Calendar library was written natively in Dart and has seven types of built-in configurable view modes that provide basic functionality for scheduling, managing, and representing appointments efficiently. The Calendar Widget exposes a clean and convenient user interface for custom working days and hours and basic calendar operations such as date navigation and selection. +The Syncfusion [Flutter Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) library was written natively in Dart and has seven types of built-in configurable view modes that provide basic functionality for scheduling, managing, and representing appointments efficiently. The Calendar Widget exposes a clean and convenient user interface for custom working days and hours and basic calendar operations such as date navigation and selection. ![Calendar overview](images/overview/calendar_overview.png) diff --git a/Flutter/calendar/timeslot-views.md b/Flutter/calendar/timeslot-views.md index 3d223eb..dd0466f 100644 --- a/Flutter/calendar/timeslot-views.md +++ b/Flutter/calendar/timeslot-views.md @@ -8,7 +8,7 @@ documentation: ug --- # Timeslot views in Flutter Event Calendar (SfCalendar) -Calendar has six built-in time slot views used to display date, and the views will display based on the current day by default. Appointments on a specific day will be arranged in respective timeslots based on its duration. +[Flutter Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) has six built-in time slot views used to display date, and the views will display based on the current day by default. Appointments on a specific day will be arranged in respective timeslots based on its duration. * **Day view:** Displays a single day. * **Week view:** Views all days of a week. diff --git a/Flutter/calendar/timezone.md b/Flutter/calendar/timezone.md index c503d56..e661007 100644 --- a/Flutter/calendar/timezone.md +++ b/Flutter/calendar/timezone.md @@ -9,7 +9,7 @@ documentation: ug # Time zone in Flutter Event Calendar (SfCalendar) -Calendar allows you to create appointments in various time zones and display them in users’ time zone or any other time zone. You can use a time zone in the following four different ways: +[Flutter Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) allows you to create appointments in various time zones and display them in users’ time zone or any other time zone. You can use a time zone in the following four different ways: * Create appointments in different time zones. * Display appointments based on the client’s time zone. diff --git a/Flutter/pdf-viewer/getting-started.md b/Flutter/pdf-viewer/getting-started.md index 6a1e955..0778e13 100644 --- a/Flutter/pdf-viewer/getting-started.md +++ b/Flutter/pdf-viewer/getting-started.md @@ -339,4 +339,6 @@ Widget build(BuildContext context) { } {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +N> You can refer to our [Flutter PDF Viewer](https://www.syncfusion.com/flutter-widgets/flutter-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter PDF Viewer example](https://flutter.syncfusion.com/#/pdf-viewer/getting-started) that shows you how to render and configure the PDF Viewer. \ No newline at end of file diff --git a/Flutter/pdf-viewer/overview.md b/Flutter/pdf-viewer/overview.md index 1528743..404be2f 100644 --- a/Flutter/pdf-viewer/overview.md +++ b/Flutter/pdf-viewer/overview.md @@ -9,7 +9,7 @@ documentation: ug # Flutter PDF Viewer (SfPdfViewer) Overview -The Syncfusion Flutter PDF Viewer widget lets you view PDF documents seamlessly and efficiently in Android, iOS, Web and macOS platforms. It has highly interactive and customizable features such as magnification, virtual scrolling, page navigation, text selection, text search, and bookmark navigation. +The Syncfusion [Flutter PDF Viewer](https://www.syncfusion.com/flutter-widgets/flutter-pdf-viewer) widget lets you view PDF documents seamlessly and efficiently in Android, iOS, Web and macOS platforms. It has highly interactive and customizable features such as magnification, virtual scrolling, page navigation, text selection, text search, and bookmark navigation. ## Key Features @@ -23,3 +23,4 @@ The Syncfusion Flutter PDF Viewer widget lets you view PDF documents seamlessly * **Themes** - Easily switch between light and dark themes. * **Localization** - All static text within the PDF Viewer can be localized to any supported language. +N> You can also explore our [Flutter PDF Viewer example](https://flutter.syncfusion.com/#/pdf-viewer/getting-started) that shows you how to render and configure the PDF Viewer. \ No newline at end of file diff --git a/Flutter/radial-gauge/getting-started.md b/Flutter/radial-gauge/getting-started.md index 4088569..001421d 100644 --- a/Flutter/radial-gauge/getting-started.md +++ b/Flutter/radial-gauge/getting-started.md @@ -9,7 +9,7 @@ documentation: ug # Getting started with Flutter Radial Gauge (SfRadialGauge) -This section explains the steps required to add the radial gauge and its elements such as title, axis, range, pointer and annotation. This section covers only basic features needed to know to get started with Syncfusion radial gauge. +This section explains the steps required to add the Flutter [Radial Gauge](https://www.syncfusion.com/flutter-widgets/flutter-radial-gauge) and its elements such as title, axis, range, pointer and annotation. This section covers only basic features needed to know to get started with Syncfusion radial gauge. To get start quickly with our Flutter radial gauge widget, you can check on this video. @@ -56,7 +56,7 @@ Import the following package in your Dart code. ## Initialize the radial gauge -After the package has been imported, initialize the SfRadialGauge as a child of any widget such as container widget. +After the package has been imported, initialize the [SfRadialGauge](https://www.syncfusion.com/flutter-widgets/flutter-radial-gauge) as a child of any widget such as container widget. {% highlight dart %}