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

extend event class & add event tile height #42

Closed jnelle closed 1 year ago

jnelle commented 1 year ago

Hi,

first of all, thanks for maintaining this package!

I faced an issue with the event tile (check screenshot), that's why I added the height attribute to the widget. Also in my case it was important save additional informations in an event object, that's why I added an attribute to the event class.

image

rwbr commented 1 year ago

Introducing the height property for the event tiles is a good idea.

jnelle commented 1 year ago

Hi, I changed it and gonna open a new one when this pr gets merged

jnelle commented 1 year ago

ping

jnelle commented 1 year ago

Hi, is it possible to merge this now?

rwbr commented 1 year ago

Sure, sorry for the delay