Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-177260-Flutter-Dropped-Keywords #683

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.1.36
Choose a base branch
from
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
14 changes: 7 additions & 7 deletions Flutter/calendar/appointments.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ MeetingDataSource _getCalendarDataSource() {
{% endhighlight %}
{% endtabs %}

![Spanned appointments](images/appointments/spanned-appointment.png)
![Spanned appointments in Flutter Calendar](images/appointments/flutter-calendar-spanned-appointment.png)

## All day appointment

Expand All @@ -462,7 +462,7 @@ _AppointmentDataSource _getCalendarDataSource() {
{% endhighlight %}
{% endtabs %}

![All day appointment](images/appointments/all-day-appointment.png)
![All day appointment in Flutter Calendar](images/appointments/flutter-calendar-all-day-appointment.png)

>**NOTE**
* Appointment which lasts through an entire day (exact 24 hours) will be considered as all day appointment without setting the IsAllDay property. For example, 06/12/2019 12:00AM to 06/12/2019 12:00AM.
Expand Down Expand Up @@ -529,7 +529,7 @@ class _AppointmentDataSource extends CalendarDataSource {
{% endhighlight %}
{% endtabs %}

![Adding recurrence appointment](images/appointments/recurrence-appointment.png)
![Adding recurrence appointment in Flutter Calendar](images/appointments/flutter-calendar-recurrence-appointment.png)

#### Recurrence appointments on last day of month

Expand Down Expand Up @@ -570,7 +570,7 @@ class DataSource extends CalendarDataSource {
{% endhighlight %}
{% endtabs %}

![Recurrence appointment on last day of month](images/appointments/lastDayOfMonth.png)
![Recurrence appointment on last day of month in Flutter Calendar](images/appointments/flutter-calendar-lastdayffmonth.png)

#### Creating custom recurrence appointment

Expand Down Expand Up @@ -829,7 +829,7 @@ class _AppointmentDataSource extends CalendarDataSource {
{% endhighlight %}
{% endtabs %}

![Recurrence exceptiondate](images/appointments/recurrence-exception-date.png)
![Recurrence exceptiondate in Flutter Calendar](images/appointments/flutter-calendar-recurrence-exception-date.png)

>**NOTE**
* Exception dates should be Universal Time Coordinates (UTC) time zone.
Expand Down Expand Up @@ -1029,7 +1029,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Appearance customization](images/appointments/appearance-customization.png)
![Appearance customization in Flutter Calendar](images/appointments/flutter-calendar-appearance-customization.png)

## Appointment time format
You can customize the displaying time format in the appointment widget in the month agenda view and schedule view of calendar by specifying the [appointmentTimeTextFormat](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/appointmentTimeTextFormat.html) property of the SfCalendar.
Expand All @@ -1051,7 +1051,7 @@ You can customize the displaying time format in the appointment widget in the mo
{% endhighlight %}
{% endtabs %}

![Appointment time format](images/appointments/appointment_time_format.png)
![Appointment time format in Flutter Calendar](images/appointments/flutter-calendar-appointment-time-format.png)

## Appointment helper

Expand Down
8 changes: 4 additions & 4 deletions Flutter/cartesian-charts/chart-types/spline-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To render a spline chart, create an instance of [`SplineSeries`](https://pub.dev
{% endhighlight %}
{% endtabs %}

![Spline border](cartesian-chart-types-images/spline.jpg)
![Spline border in Flutter Cartesians Charts](cartesian-chart-types-images/flutter-cartesian-charts-spline.jpg)

## Spline rendering types

Expand Down Expand Up @@ -105,7 +105,7 @@ The following code sample demonstrates how to set the [`splineType`](https://pub
{% endhighlight %}
{% endtabs %}

![Spline type](cartesian-chart-types-images/cardinal_spline.jpg)
![Spline type in Flutter Cartesians Charts](cartesian-chart-types-images/flutter-cartesian-charts-cardinal-spline.jpg)

## Dashed spline

Expand Down Expand Up @@ -146,7 +146,7 @@ The [`dashArray`](https://pub.dev/documentation/syncfusion_flutter_charts/latest
{% endhighlight %}
{% endtabs %}

![Dashed spline chart](cartesian-chart-types-images/dashed_spline.jpg)
![Dashed spline chart in Flutter Cartesians Charts](cartesian-chart-types-images/flutter-cartesian-charts-dashed-spline.jpg)

## Vertical spline chart

Expand Down Expand Up @@ -199,7 +199,7 @@ The [`isTransposed`](https://pub.dev/documentation/syncfusion_flutter_charts/lat
{% endhighlight %}
{% endtabs %}

![Vertical spline chart](cartesian-chart-types-images/inversed-spline.png)
![Vertical spline chart in Flutter Cartesians Charts](cartesian-chart-types-images/flutter-cartesian-charts-inversed-spline.png)

#### See Also

Expand Down
20 changes: 10 additions & 10 deletions Flutter/slider/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Slider tooltip support](images/tooltip/show-tooltip.png)
![Slider tooltip support](images/tooltip/flutter-slider-show-tooltip.png)

### Vertical

Expand Down Expand Up @@ -87,7 +87,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Slider tooltip support](images/tooltip/vertical-show-tooltip.png)
![Slider tooltip support](images/tooltip/flutter-slider-vertical-show-tooltip.png)


N>
Expand Down Expand Up @@ -133,7 +133,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Slider tooltip shape](images/tooltip/tooltip-shape.png)
![Slider tooltip shape](images/tooltip/flutter-slider-tooltip-shape.png)

## Tooltip Position

Expand Down Expand Up @@ -174,7 +174,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Slider tooltip shape](images/tooltip/right_tooltip.png)
![Slider tooltip shape](images/tooltip/flutter-slider-right-tooltip.png)

## Tooltip text format

Expand Down Expand Up @@ -224,7 +224,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip formatter support](images/tooltip/tooltip-formatter.png)
![Tooltip formatter support](images/tooltip/flutter-slider-tooltip-formatter.png)

### Vertical

Expand Down Expand Up @@ -265,7 +265,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip formatter support](images/tooltip/vertical-tooltip-formatter.png)
![Tooltip formatter support](images/tooltip/flutter-slider-vertical-tooltip-formatter.png)


## Tooltip color
Expand Down Expand Up @@ -315,7 +315,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip color support](images/tooltip/slider-tooltip-color.png)
![Tooltip color support](images/tooltip/flutter-slider-tooltip-color.png)

### Vertical

Expand Down Expand Up @@ -358,7 +358,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip color support](images/tooltip/vertical-slider-tooltip-color.png)
![Tooltip color support](images/tooltip/flutter-vertical-slider-tooltip-color.png)

## Tooltip label style

Expand Down Expand Up @@ -405,7 +405,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip style support](images/tooltip/slider-tooltip-style.png)
![Tooltip style support](images/tooltip/flutter-slider-tooltip-style.png)

### Vertical

Expand Down Expand Up @@ -446,4 +446,4 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Tooltip style support](images/tooltip/vertical-slider-tooltip-style.png)
![Tooltip style support](images/tooltip/flutter-vertical-slider-tooltip-style.png)