dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
826 stars 298 forks source link

CalendarWidget Rendering Extra Blank Row in ListView #364

Open j-j-gajjar opened 2 months ago

j-j-gajjar commented 2 months ago

Version of flutter_calendar_carousel is 2.4.1

I have encountered a rendering issue with the CalendarWidget within a ListView in my Flutter application. When the CalendarWidget has 5 rows of dates, an additional blank row is displayed, which disrupts the layout. However, if the CalendarWidget has 6 rows, the rendering appears as expected.

ListView [
Container (
height: 500,
child: CalenderWidget
),
ListviewBuilder(),
]
Screenshot_20240502-182903
<img src="https://github.com/dooboolab-community/flutter_calendar_carousel/assets/57590688/b6122eab-7f65-46f5-8643-fd1d45d4b2e0" alt="Screenshot_20240502-182510" height="400px">
<img src="https://github.com/dooboolab-community/flutter_calendar_carousel/assets/57590688/04c70575-4e10-48b2-a900-087f7d860bae" alt="Screenshot_20240502-182530" height="400px">
<img src="https://github.com/dooboolab-community/flutter_calendar_carousel/assets/57590688/c36dc4f1-b1d5-4b05-aa12-80141de597d3" alt="Screenshot_20240502-182914" height="400px">