-
Notifications
You must be signed in to change notification settings - Fork 840
'Null' is not a subtype of type 'RenderBehaviorArea' in type cast #1742
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
Comments
Hi @barilki, We can replicate the reported issue at our end. This issue is scheduled to be fixed in upcoming release, which is expected to be rolled out by April 4, 2024. We will update you here once the release is rolled out and we appreciate your patience until then. Regards, Preethika Selvam. |
Hi @barilki, We would like to let you know that the reported issue has been fixed and rolled out in our weekly patch release. We kindly request that you upgrade the syncfusion_flutter_charts package to the latest version below. Version: https://pub.dev/packages/syncfusion_flutter_charts/versions/25.1.38 If you have any further queries, please feel free to reach out to us. Regards, |
Syncfusion is now updated to the latest version, and the error is fixed. However, I'm still having a problem. Previously, I could scroll the chart in the dropdown, but with the new version (25.1.39+1), I can't anymore. |
Hi @barilki, We can replicate the reported issue regarding the ‘chart not absorbing the pan gesture when placed inside the page view’ at our end and have already logged bug report for it in our feedback portal. This issue is scheduled to be fixed in our upcoming weekly release on 23, April 2024. We will update you here once the release is rolled out and we appreciate your patience until then. You can also track the status of the bug with the feedback below. Regards, Preethika Selvam. |
Hi @barilki, We would like to let you know that the reported issue is fixed and rolled out in our service pack release. We kindly request you to upgrade the syncfusion_flutter_charts package to the latest version below. Version: https://pub.dev/packages/syncfusion_flutter_charts/versions/25.2.3+1 Root cause: During zooming flow changes, we utilized ScaleGesture to handle pinching and implemented code changes for panning. However, when we wrapped the chart widgets inside a PageView, drag gestures took priority over scale gestures, resulting in page view swiping occurring while attempting to pan the chart. Regards, |
Version: 25.1.35
SfCartesianChart and CandleSeries.
When i try to scroll i get the following error:
The text was updated successfully, but these errors were encountered: