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

fix: add check to keep hour in timeline (in day and week view) if LiveTimeIndicator time or bubble dosen't overlap. #343

Closed mataai closed 2 months ago

mataai commented 2 months ago

Description

Fixes: #336

Updates the visibility check on the timeline hour to keep it displayed if both showTime and showTimeBackgroundView on the LiveTimeIndicator are not enabled. Currently if both showTime and showTimeBackgroundView display are both disabled the hours next to the current time disappears 15 minutes before and after to prevent overlap. With this change the hour in the timeline will disappear only if both showTime and showTimeBackgroundView are enabled in the liveTimeIndicatorSettings.

Checklist

Breaking Change?

Related Issues

Closes #336