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

Null check operator used on a null value syncfusion_flutter_charts/src/circular_chart/base/circular_area.dart #1387

Closed
mdmota opened this issue Sep 9, 2023 · 4 comments

Comments

@mdmota
Copy link

mdmota commented Sep 9, 2023

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

@sfHariHaraSudhan
Copy link
Contributor

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,
Hari Hara Sudhan. K.

@mdmota
Copy link
Author

mdmota commented Sep 11, 2023

I use several graphs in the app, the stack does not give me details on which graph was the problem.

@sfHariHaraSudhan
Copy link
Contributor

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.

  1. To ensure that the mentioned exception is due to the onChartTouchInteractionMove callback only, we need to know whether you are using the onChartTouchInteractionMove callback in your application or not.
  2. If the onChartTouchInteractionMove callback is used, then we need to know the use case or purpose of using that callback and in which graph it is used.
  3. Also, we recommend you share the code snippet of the particular graph alone in which the onChartTouchInteractionMove callback is used.
  4. If possible, share any recording or snapshot regarding when and where the exception occurs in your application with a detailed explanation.

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,
Hari Hara Sudhan. K.

@LavanyaGowtham2021
Copy link
Collaborator

Please reopen this ticket with requested details, if you still face an issue with latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants