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

OnTap not firing on current week display #338

Closed jovy7 closed 1 month ago

jovy7 commented 3 months ago

OnTap Event not firing when you are in the current week of the weekview(). Previous weeks and Future weeks are ok.

AndreLuizNogueira commented 3 months ago

I am also facing this issue at 1.1.0. tried 1.0.4 and it worked

AndreLuizNogueira commented 3 months ago

For anyone experiencing this error, it has already been fixed, just add a dependency override

dependency_overrides: 
  calendar_view:
    git:
      url: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view.git
GiovaniHaka commented 3 months ago

Not working for me either... even with dependency_overrides

AndreLuizNogueira commented 3 months ago

Not working for me either... even with dependency_overrides

Did you try flutter clean after the override ? For me the override solved.

rmpt commented 3 months ago

it works with the override, but isn't it a little iffy to add the dependency directly from the git repo? When will be this included on the release?

AndreLuizNogueira commented 3 months ago

it works with the override, but isn't it a little iffy to add the dependency directly from the git repo? When will be this included on the release?

Sorry, but I have no information. I only saw that there was a commit fixing this and didn't want to revert to 1.0.4 so I tried the override and it worked. I have no contact with the owner

apurva010 commented 1 month ago

Closing this issue as issue got fixed in #335.