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

type 'List<ArcRendererElement<dynamic>>' is not a subtype of type 'List<ArcRendererElement<Object>>?' in type cast #86563

Closed
elogic2square opened this issue Jul 16, 2021 · 2 comments

Comments

@elogic2square
Copy link

Steps to Reproduce

The relevant error-causing widget was:
ChartContainer file:///home/user/Android/flutter/.pub-cache/hosted/pub.dartlang.org/charts_flutter-0.11.0/lib/src/base_chart_state.dart:96:32
When the exception was thrown, this was the stack:
#0 TypedRegistry.getAttr (package:charts_common/src/common/typed_registry.dart:20:27)
#1 MutableSeries.getAttr (package:charts_common/src/chart/common/processed_series.dart:213:48)
#2 ArcRenderer.update. (package:charts_common/src/chart/pie/arc_renderer.dart:164:18)
#3 List.forEach (dart:core-patch/growable_array.dart:403:8)
#4 ArcRenderer.update (package:charts_common/src/chart/pie/arc_renderer.dart:156:16)

  1. Run flutter create bug.
  2. Update the files as follows: ...
  3. ...

Expected results:

Actual results:

Logs
@stuartmorgan
Copy link
Contributor

charts_flutter is not part of this project; you'll need to file this in the package's issue tracker: https://github.com/google/charts

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants