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

expanded display at initialization #12

Closed damda58 closed 3 years ago

damda58 commented 3 years ago

Hello,

Is it possible to have the display extended on load like this?

image

No matter the value of isExpandable and isExpanded I only have the display on one line

image

Thanks for this dependencies

rwbr commented 3 years ago

Ok, I'll have a look at it.

rwbr commented 3 years ago

This issue is fixed in v0.2.2+10 of the package.

damda58 commented 3 years ago

thanks, it's work now !