Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalendarWidget Rendering Extra Blank Row in ListView #364

Closed
j-j-gajjar opened this issue May 2, 2024 · 1 comment
Closed

CalendarWidget Rendering Extra Blank Row in ListView #364

j-j-gajjar opened this issue May 2, 2024 · 1 comment

Comments

@j-j-gajjar
Copy link

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
Copy link

github-actions bot commented Aug 1, 2024

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant