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

[Question] Show icons and dots at the same time #297

Closed Lcadiou closed 2 years ago

Lcadiou commented 2 years ago

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 :)

MuhammadSufyanMalik commented 2 years ago

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?

devsef commented 2 years ago

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.

devsef commented 2 years ago

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

github-actions[bot] commented 2 years 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.