aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.82k stars 998 forks source link

Responsive layout for both Width and Height #845

Open Sun3 opened 8 months ago

Sun3 commented 8 months ago

Is your feature request related to a problem? Please describe. Table Calendar should be able to responsively resize both Width and Height depending on screen size. Currently you can resize the row height but the width of each cell is too big and cannot be resized.

Describe the solution you'd like Have the ability to automatically resize Table Calendar both Width and Height so that rows and height match width and height.

Describe alternatives you've considered I have tried FittedBox but the results are not that good.

Additional context This is a great feature to have especially for Desktop and Web layouts.

hemantchauhan commented 2 months ago

this is how it shows on web. how can I decrease the spacing between days. even if set the calendarFormat to CalendarFormat.month it scales vertically with the spacing between day cells the same as in screenshot.

Screenshot 2024-07-25 at 11 43 46