You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be that when implicitly animating a PieChart from a state where it has X number of sections to a state where it has Y number of sections where X < Y, the following error gets thrown:
flutter: ══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞═════════════════════════════════════════════════════════
flutter: The following assertion was thrown during a scheduler callback:
flutter: Updated layout information required for RenderLimitedBox#fe2fd NEEDS-LAYOUT NEEDS-PAINT to calculate
flutter: semantics.
flutter: 'package:flutter/src/rendering/object.dart': package:flutter/…/rendering/object.dart:1
flutter: Failed assertion: line 2653 pos 12: '!_needsLayout'
The odd thing about this bug is that it only seems to happen once per app session, i.e. it's not reproducible again unless you do an app reset not just a hot reload.
The issue seems to be that when implicitly animating a PieChart from a state where it has
X
number of sections to a state where it hasY
number of sections whereX < Y
, the following error gets thrown:The odd thing about this bug is that it only seems to happen once per app session, i.e. it's not reproducible again unless you do an app reset not just a hot reload.
Versions
The text was updated successfully, but these errors were encountered: