You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive an exception when my component tree loads and includes the SfCalendar widget. I've done everything to get it functional and nothing seems to get the exception to stop rendering. Even though the component and view renders without issue.
We are able to replicate the reported issue regarding the negative font size calculation in the calendar widget when placed in a constrained space at our end. We have logged a bug report for it in our feedback portal. We will fix and include the changes in our weekly release, which is expected to be rolled out on Apr 22nd, 2025.
We will update you here once the release is rolled out and appreciate your patience until then. You can also track the status of the bug with the feedback link below.
We would like to let you know that the reported issue is fixed and rolled out in our weekly patch release on April 22, 2025. So, we kindly request you to upgrade the SfCalendar package to the latest version below.
Root Cause: When the SfCalendar widget is placed inside a Column or ListView, there might not be enough space to render the appointments properly. As a result, the font size remains negative, leading to the exception 'fontSize >= 0' is not true, which occurs due to insufficient space for displaying the appointment content.
Bug description
I receive an exception when my component tree loads and includes the SfCalendar widget. I've done everything to get it functional and nothing seems to get the exception to stop rendering. Even though the component and view renders without issue.
Steps to reproduce
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Stack Traces
Stack Traces
After taking the calendar out of the card widget. I get the error below. Trying to remove it from inside of the padding widget now.On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: