flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

WeekView events onEventTap does not get triggered for the current week.

Open ahmetakil opened this issue 1 year ago • 1 comments

When using the last version 1.1.0 and using a WeekView, when i add an event to this week's calendar so for instance yesterday or tomorrow,

onEventTap does not get called, but when i move the event to either next weeks calendar (For instance adding Duration of 6 days) or to a previous weeks calendar (Removing duration of 7 days)

Then the onEventTap works as expected.

This issue does not happen if I rollback to version 1.0.4

DayView works fine as well so this seems to only effect the WeekView.

ahmetakil avatar Mar 01 '24 10:03 ahmetakil