Skip to content

[syncfusion_flutter_calendar] currentTimeIndicator is not show if startHour < endHour condition #1553

Closed
@manabu0926

Description

@manabu0926

The currentTimeIndicator is not displayed when setting startHour and endHour as follows in timeSlotViewSettings:

timeSlotViewSettings: const TimeSlotViewSettings(
  numberOfDaysInView: 1,
  timeIntervalWidth: 50,
  timeFormat: 'HH:mm',
  startHour: 6,
  endHour: 5,
),

*Note: The currentTimeIndicator is displayed correctly when startHour and endHour are not set.

In the current project, I am creating a timeline screen with a timeframe from 6:00 AM to 5:00 AM the next morning. I would appreciate it if you could confirm whether this configuration is suitable for creating the timeline screen.

2023-11-30.18.04.51.mov

Metadata

Metadata

Assignees

No one assigned

    Labels

    calendarCalendar componentwaiting for customer responseCannot make further progress until the customer responds.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions