Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Flutter/calendar/appointments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Appointments in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Appointments feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
layout: post
title: Appointment in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize appointments in Syncfusion Flutter Event Calendar—add data source, handle recurrence, appearance, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Appointments in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Appointments Guide (SfCalendar)

SfCalendar widget has a built-in capability to handle the appointment arrangement internally based on the [CalendarDataSource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarDataSource-class.html). [Appointment](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/Appointment-class.html) is a class, which holds the details about the appointment to be rendered in calendar.

Expand Down
7 changes: 4 additions & 3 deletions Flutter/calendar/builders.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Builders in the Flutter Event Calendar widget | Syncfusion
description: Learn here all about builders feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Builders in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize builders in Syncfusion Flutter Event Calendar—add custom month cell, appointment, time region, and header views.
platform: flutter
control: SfCalendar
documentation: ug
---

# Builders in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Builders Guide (SfCalendar)

The calendar allows you to create a responsive UI with conditions based on a widget's details, to design and create your custom view to the month cells and month header of schedule view in the calendar.

The calendar has two builders to create and assign your custom view:
Expand Down
7 changes: 4 additions & 3 deletions Flutter/calendar/callbacks.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Callbacks in Flutter Event Calendar widget | Syncfusion | Scheduler
description: Learn here all about callbacks feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Callbacks in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize callbacks in Syncfusion Flutter Event Calendar—handle view changes, taps, long press, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Callbacks in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Callbacks Guide (SfCalendar)

Calendar supports the [ViewChangedCallback](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/ViewChangedCallback.html) and [CalendarTapCallback](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarTapCallback.html) to interact with Flutter calendar.

## View changed callback
Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/date-navigations.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Date Navigations in Flutter Event Calendar widget | Syncfusion
description: Learn here all about date navigation features of Syncfusion Flutter Calendar (SfCalendar) widget and more.
title: Date Navigations in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize date navigation in Syncfusion Flutter Event Calendar—restrict date range, programmatically navigate, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Date Navigations in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Date Navigations Guide (SfCalendar)

## Range for visible dates
Visible dates can be restricted between certain range of dates, using [minDate](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/minDate.html) and [maxDate](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/maxDate.html) properties in [SfCalendar](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar-class.html). It is applicable in all the schedule views.
Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/drag-drop.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Drag and drop in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Drag and drop feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Drag and Drop in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize drag and drop in Syncfusion Flutter Event Calendar—enable drag, handle callbacks, appearance, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Appointment Drag and Drop in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Appointment Drag and Drop Guide (SfCalendar)

Easily reschedule an appointment by dragging it from one time slot or month cell and dropping it into a different time slot or month cell.

Expand Down
7 changes: 4 additions & 3 deletions Flutter/calendar/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Getting started with Flutter Event Calendar widget | Syncfusion
description: Learn here about getting started with Syncfusion Event Calendar (SfCalendar) widget, its elements, and more.
title: Getting Started with Flutter Event Calendar | Syncfusion
description: Step-by-step guide to set up Syncfusion Flutter Event Calendar—add dependencies, import, create SfCalendar, and configure key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Getting started with Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Getting Started Guide (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<sup>&reg;</sup> 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.
Expand Down
7 changes: 4 additions & 3 deletions Flutter/calendar/headers.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Headers in Flutter Event Calendar widget | Syncfusion | Scheduler
description: Learn here all about headers feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Headers in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize headers in Syncfusion Flutter Event Calendar—change header height, date format, appearance, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Headers in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Headers Guide (SfCalendar)

You can learn about the header and view header height, date format, and appearance support of SfCalendar.

## Header
Expand Down
2 changes: 1 addition & 1 deletion Flutter/calendar/how-to/custom-widget-on-flutterflow.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Calendar Widget in FlutterFlow | Syncfusion
description: You can learn here all about adding Syncfusion Flutter Calendar ( SfCalendar Widget ) widget in FlutterFlow.
description: Step-by-step guide to add Syncfusion Flutter Calendar widget in FlutterFlow—create custom widget, add dependencies, import, and configure key features.
platform: flutter
control: SfCalendar
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/localization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Localization in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Localization feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Localization in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize localization in Syncfusion Flutter Event Calendar—add localization packages, set languages, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Localization in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Localization Guide (SfCalendar)

By default, the calendar widget supports US English localizations. You can change the other languages by specifying the `MaterialApp` properties and adding the `flutter_localizations` package to your application.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/month-view.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Month view in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Month view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Time Zone in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize time zone in Syncfusion Flutter Event Calendar—create appointments in different time zones and configure key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Month view in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Time Zone Guide (SfCalendar)

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.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Flutter Event Calendar widget | Syncfusion | Scheduler
description: Learn here all about introduction of Syncfusion Flutter Event Calendar (SfCalendar) widget, its features, and more.
title: About Flutter Event Calendar | Syncfusion
description: Step-by-step guide to Syncfusion Flutter Event Calendar—explore features, views, appointments, customization, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Flutter Event Calendar (SfCalendar) Overview
# Flutter Event Calendar Overview Guide (SfCalendar)

The Syncfusion<sup>&reg;</sup> Flutter Calendar library is written natively in Dart and has nine 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.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/resource-view.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Resource view in the Flutter Event Calendar widget | Syncfusion
description: Learn here all about Resource view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Resource view in the Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize resource view in Syncfusion Flutter Event Calendar—add resources, customize appearance, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Flutter Event Calendar Resource View Guide (SfCalendar)

# Resource view in Flutter Event Calendar (SfCalendar)
The timeline resource grouping is a discrete view integrated into our Event calendar widget that allows you to group the appointments based on the available resource in timeline views of the calendar. Using this feature, you can group the appointments and time regions arranged in a row-wise order based on the allocated resource in the timeline views. This rich feature set includes customization and you can assign unique styles to the available resource view.

You can create a resource view by setting the [displayName](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/displayName.html), [color](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/color.html), [id](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/id.html), and [image](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/image.html) property of the [CalendarResource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource-class.html).
Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/schedule-view.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Schedule view in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Schedule view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Schedule View in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize schedule view in Syncfusion Flutter Event Calendar—display appointments, customize headers, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Schedule view in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Schedule View Guide (SfCalendar)

The `schedule` view of SfCalendar shows a list of scheduled appointments grouped by week, between min and max dates, by default displaying the appointments from the current date. If the [dataSource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/dataSource.html) property of [SfCalendar](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar-class.html) is null then the schedule view will display the month, week, and date headers alone in the view.

Expand Down
7 changes: 4 additions & 3 deletions Flutter/calendar/timeslot-views.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Timeslot views in Flutter Event Calendar widget | Syncfusion
description: Learn here all about timeslot views feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Timeslot Views in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize timeslot views in Syncfusion Flutter Event Calendar—change intervals, working days, special regions, and key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Timeslot views in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Timeslot View Guide (SfCalendar)

[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 their duration.

* **Day view:** Displays a single day.
Expand Down
6 changes: 3 additions & 3 deletions Flutter/calendar/timezone.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Time zone in Flutter Event Calendar widget | Syncfusion
description: Learn here all about Time zone feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more.
title: Time Zone in Flutter Event Calendar | Syncfusion
description: Step-by-step guide to customize time zone in Syncfusion Flutter Event Calendar—create appointments in different time zones and configure key features.
platform: flutter
control: SfCalendar
documentation: ug
---

# Time zone in Flutter Event Calendar (SfCalendar)
# Flutter Event Calendar Time Zone Guide (SfCalendar)

[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:

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/annotations.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Annotation in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about Annotation feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Annotation in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to customize annotations in Syncfusion Flutter Cartesian Charts (SfCartesianChart)—learn to add, style annotations, and more key features.
platform: flutter
control: Chart
documentation: ug
---

# Annotation in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Annotation Guide (SfCartesianChart)

Chart supports annotations which, allows you to mark the specific area of interest in the chart area. You can add custom widgets using this annotations feature as depicted below.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/axis-customization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Axis customization in Flutter Cartesian Charts | Syncfusion
description: Learn here all about Axis customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Axis Customization in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to customize axes in Syncfusion Flutter Cartesian Charts—configure axis titles, labels, grid lines, and key features.
platform: flutter
control: Cartesian Charts
documentation: ug
---

# Axis customization in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Axis Customization Guide (SfCartesianChart)

## Common axis features

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/axis-types.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Axis types in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about available Axis types of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Axis Types in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to explore axis types in Syncfusion Flutter Cartesian Charts—learn about numeric, category, date-time axes, and key features.
platform: flutter
control: Chart
documentation: ug
---

# Axis types in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Axis Types Guide (SfCartesianChart)

Charts typically have two axes that are used to measure and categorize data: a vertical (Y) axis, and a horizontal (X) axis.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/callbacks.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Callbacks in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about available Callbacks feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Callback in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to customize callback events in Syncfusion Flutter Cartesian Charts—handle tooltip, data label, legend, and configure key features.
platform: flutter
control: Chart
documentation: ug
---

# Callbacks in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Callback Events Guide (SfCartesianChart)

This document describes the callbacks available for the Cartesian chart

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/chart-appearance.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Customization in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about Customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Customization in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to customize chart appearance in Syncfusion Flutter Cartesian Charts—learn to set chart size, margin, border, and more key features.
platform: flutter
control: Chart
documentation: ug
---

# Customization in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Customization Guide (SfCartesianChart)

## Chart sizing

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/chart-types/area-chart.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Area Chart in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about area chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Area Chart in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to create and customize Area Chart in Syncfusion Flutter Cartesian Charts—add area series, style, and configure key features.
platform: flutter
control: Chart
documentation: ug
---

# Area Chart in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Area Chart Guide (SfCartesianChart)

To create a Flutter area chart quickly, you can check this video.

Expand Down
6 changes: 3 additions & 3 deletions Flutter/cartesian-charts/chart-types/bar-chart.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Bar Chart in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about bar chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Bar Chart in Flutter Cartesian Charts | Syncfusion
description: Step-by-step guide to create and customize Bar Chart in Syncfusion Flutter Cartesian Charts—add bar series, style, and configure key features.
platform: flutter
control: Chart
documentation: ug
---

# Bar Chart in Flutter Cartesian Charts (SfCartesianChart)
# Flutter Cartesian Charts Bar Chart Guide (SfCartesianChart)

To create a Flutter bar chart quickly, you can check this video.

Expand Down
Loading