dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
826 stars 298 forks source link

Flutter Calendar carousel onCalendarChanged event call twice #323

Closed abdulrehmananwar closed 11 months ago

abdulrehmananwar commented 1 year ago

i want to capture current month on Arrow press there is not event so i use onCalendarChanged event. butt this event run twice.

onCalendarChanged: (DateTime value) { print(value);} // you will see it print two times.

Vish88781 commented 1 year ago

same here ,

github-actions[bot] commented 12 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.