rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
106 stars 55 forks source link

Not showing date color when event is added #63

Closed MetasenseDevelopment closed 9 months ago

MetasenseDevelopment commented 11 months ago

I am facing issue regardng the color of the date , the date color becomes white on which ever date event is added if there is any perticular solution for this please reply here note that only visible month events date color becomes white

kwiliodev commented 11 months ago

Having the same issue, dates with event in the current month are set to white.

kwiliodev commented 11 months ago

Found the fix. You should set defaultDayColor: Colors.black,// or any color you choose other than white which is the default.