You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was using onMonthChanged and onYearChanged callbacks with data fetching I realized that the calendar wasn't re-rendering. I printed the date value in that callback and I saw that always the previous selection has been displayed. I encountered this issue on Android, but I didn't test it on the IOS or any other devices. So I changed the calling ordering of callback methods in the event_calendar file such as here;
Contact Details
No response
What happened?
While I was using onMonthChanged and onYearChanged callbacks with data fetching I realized that the calendar wasn't re-rendering. I printed the date value in that callback and I saw that always the previous selection has been displayed. I encountered this issue on Android, but I didn't test it on the IOS or any other devices. So I changed the calling ordering of callback methods in the event_calendar file such as here;
Looks like the re-rendering issue is fixed after applying those changes. Also I applied this into the onYearChanged part.
You can check the changes through my fork repo here
master...keremkurtulus:flutter_event_calendar:master
Also, I added Turkish language support for only the Georgian calendar type if you want to use it.
What type of Device are you seeing the problem on?
Android
The text was updated successfully, but these errors were encountered: