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

Set a maximum size for Week or Month view in calendar #17

Open jdr1 opened 2 years ago

jdr1 commented 2 years ago

Problem: When using the calendar on a web project, where screens tend more landscape then portrait - the month or week view part of the calendar takes a lot of screen space vertically.

Feature request: Be able to specify the maximum percent of screen space or size limits as it scales to bigger desktop screens.

Thanks for the great library.

rwbr commented 2 years ago

OK, I will consider this option in the next releases.

jnelle commented 1 year ago

We could consider this package for implementing this feature