dooboolab-community/flutter_calendar_carousel

[Question] Show icons and dots at the same time

Lcadiou opened this issue · 4 comments

Hello,

I have a question about this wonderful plugin:

I'm trying to show icons and dots at the same time on the calendar. Here's an example of what I'm trying to achieve:
calendar

I've managed to show dots, or icons, but not both at the same time. I've also tried to play around around with the marker builder, but no success.

Is this something possible by default with this plugin ?

Thank you very much for any help :)

Hello,

I have a question about this wonderful plugin:

I'm trying to show icons and dots at the same time on the calendar. Here's an example of what I'm trying to achieve: calendar

I've managed to show dots, or icons, but not both at the same time. I've also tried to play around around with the marker builder, but no success.

Is this something possible by default with this plugin ?

Thank you very much for any help :)

can we give different border or color , where we don't have events?

Hello,

I have a question about this wonderful plugin:

I'm trying to show icons and dots at the same time on the calendar. Here's an example of what I'm trying to achieve: calendar

I've managed to show dots, or icons, but not both at the same time. I've also tried to play around around with the marker builder, but no success.

Is this something possible by default with this plugin ?

Thank you very much for any help :)

Not by default but the custom icon is a widget and you can create your own including one or more dots e.g in a stack or whatever you like.

Hello,
I have a question about this wonderful plugin:
I'm trying to show icons and dots at the same time on the calendar. Here's an example of what I'm trying to achieve: calendar
I've managed to show dots, or icons, but not both at the same time. I've also tried to play around around with the marker builder, but no success.
Is this something possible by default with this plugin ?
Thank you very much for any help :)

can we give different border or color , where we don't have events?

you can set different border colors for

  • todayBorderColor (DateTime.now() )
  • selectedDayBorderColor (focused)
  • markedDateCustomShapeBorder (Events)
  • thisMonthDayBorderColor
  • nextMonthDayBorderColor
  • prevMonthDayBorderColor

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.