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
104 stars 51 forks source link

Events show overflow error #72

Closed umutatakul closed 6 months ago

umutatakul commented 7 months ago

Events doesn't seem full in Card.

Device : Pixel 3a

Screenshot_1
umutatakul commented 6 months ago

There is already a property about this.

I updated the default value of eventTileHeight: from MediaQuery.of(context).size.height * 0.08 to MediaQuery.of(context).size.height * 0.09 and the problem is solved.