chaudharydeepanshu / clean_calendar

Clean, beautiful and customisable calendar package for flutter
https://pub.dev/packages/clean_calendar
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

selectedDates in differents months #12

Open JahelCuadrado opened 1 year ago

JahelCuadrado commented 1 year ago

How do you do to selectedDays doesn't appers in the next month?

JahelCuadrado commented 12 months ago

Screenshot 2023-10-03 113608 Screenshot 2023-10-03 113631

The day 29 appears in the next month, this would not be annoying if it would appers also the streak days. How it could be fixed?

chaudharydeepanshu commented 3 weeks ago

There is no option to do that. The only way available is to disable trailing and leading days. That can be done using the leadingTrailingDatesProperties. Ideally, there should be an option to hide or customize that.