aleksanderwozniak / table_calendar

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

Weekly Calendar format does not support overlapping of two months #860

Closed PandukaBWedisinghe closed 1 month ago

PandukaBWedisinghe commented 4 months ago

Describe the bug I am using calendar weekly format, and I want to use it over two months. For instance from 27th Feb 2024, to 4th March 2024. When I set starting and ending dates as mentioned above, set my own selectedBuilder, defaultBuilder, the Calendar does not behave as expected. It shows clear split over two months.

Expected behavior Calendar should not distinguish between two months. I kindly expect some assistance here. Thank you!

Screenshots

https://github.com/aleksanderwozniak/table_calendar/assets/148055900/a98b5f4f-9ea2-4ce9-aee3-82d6e4a2acb0

aleksanderwozniak commented 3 months ago

You can use outsideBuilder for this.