SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
418 stars 253 forks source link

Live Time Indicator is wrong when startHour is set in WeekView #346

Closed ronny-strath closed 5 months ago

ronny-strath commented 5 months ago

There seems to be a bug where if you set the startHour parameter in WeekView to something other than zero, the live time indicator is offset by the value of startHour. For example, if you set startHour: 5 and the current time is 15:00, the live time indicator will show at 20:00; if startHour is 6, the indicator will show at 21:00, and so on.

Is there a way to fix this, or a workaround?

Thanks!