-
Notifications
You must be signed in to change notification settings - Fork 803
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
Null check operator used on a null value syncfusion_flutter_charts/src/circular_chart/base/circular_area.dart #1387
Comments
Hi @mdmota, We suspect that the mentioned exception might occurs while using the onChartTouchInteractionMove callback in the SfCircularChart but Unfortunately, we are unable to replicate the mentioned exception based on the provided call stack. We have tried to replicate the mentioned exception using onChartTouchInteractionMove callback in Doughnut Series, Pie Series and RadialBar Series with and without data points. However, we recommend you share code snippet or sample to reproduce the mentioned exception and it will be very useful for us to provide the best possible solution from our end. Regards, |
I use several graphs in the app, the stack does not give me details on which graph was the problem. |
Hi @mdmota, From the provided query, we understand that you are using multiple graphs, therefore we have also checked with multiple SfCircularChart using the onChartTouchInteractionMove callback to replicate the mentioned exception. Unfortunately, we are unable to replicate the mentioned exception from our end. We require some clarifications in specific, regarding the below mentioned points.
With that additional information, it will be very useful for us to replicate the mentioned exception and to provide the best possible from our end. Regards, |
Please reopen this ticket with requested details, if you still face an issue with latest version. |
stack.txt
syncfusion_flutter_charts: ^22.2.11
I'm getting several errors similar to this in Firebase Crashlytics
CircularArea._performPointerMove
io.flutter.plugins.firebase.crashlytics.FlutterError - Null check operator used on a null value. Error thrown Instance of 'ErrorDescription'.
package:syncfusion_flutter_charts/src/circular_chart/base/circular_area.dart:149
The text was updated successfully, but these errors were encountered: