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
393 stars 239 forks source link

Live time indicator is not displaying correctly #366

Closed apurva010 closed 1 month ago

apurva010 commented 1 month ago

When startHour and endHour is set then live time indicator should only show when currentTime fall between start and end hour.

startHour : 0 and endHour : 5 You can check below attach screenshot for that. before