flutter_calendar_view
flutter_calendar_view copied to clipboard
Show correct day's events in DayView
Solve Issues #97 and #80 by comparing DateTime object in UTC and not in local time, to avoid Daylight Saving Time disalignment when using DateTime.difference() and Duration.inDays() combination
Hello @francescovgg Please rebase this PR on develop or master so that workflow can run and we can check lint errors.
We have Included changes in #136