Latest source merged from Syncfusion

This commit is contained in:
pipeline 2021-09-29 06:25:24 +05:30
Родитель 7124a3eaf6
Коммит 10cb9fa8e3
9 изменённых файлов: 16 добавлений и 13 удалений

Просмотреть файл

@ -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`.

Просмотреть файл

@ -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 %}

Просмотреть файл

@ -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

Просмотреть файл

@ -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)

Просмотреть файл

@ -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.

Просмотреть файл

@ -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 clients time zone.

Просмотреть файл

@ -339,4 +339,6 @@ Widget build(BuildContext context) {
}
{% endhighlight %}
{% endtabs %}
{% 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.

Просмотреть файл

@ -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.

Просмотреть файл

@ -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 %}