dooboolab-community/flutter_calendar_carousel

CalendarWidget Rendering Extra Blank Row in ListView

j-j-gajjar opened this issue · 1 comments

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 Screenshot_20240502-182510 Screenshot_20240502-182530 Screenshot_20240502-182914

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.