-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
The following assertion was thrown during paint() - Flutter Web #384
Comments
It seems the |
@TavernierAlicia - worked perfectly! I'm thinking centerSpaceRadius may need @required? |
Yes, we need @required for it. |
…red-radius PieChartData set default centerSpaceRadius to double.infinity, #384.
Set default centerSpaceRadius to double.infinity in PieChartData. |
Hi, I am getting the following exception when the widget builds.
The PieChartSection won't create if there is no value, so not sure whats happening
Code:
Flutter Version:
The text was updated successfully, but these errors were encountered: