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
837 stars 307 forks source link

just change fill color depending on event or use custom icon as background #301

Closed devsef closed 2 years ago

devsef commented 2 years ago

It would be nice to just change the background color for those days which have an event as markedDateButtonColor like selectedDayButtonColor. Or to bring the custom icon to the background so that the day number stays visible. If this is still possible please tell me how to achieve this.

devsef commented 2 years ago

missed the parameter showIconBehindDayText so it's solved.