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
I wrapped the PieChart with a Hero widget in order to animate that between two pages.
When a switch to the second page the PieChart gets repainted.
I think the widget is painting as soon as the page loads, and the hero widget overrides that animation, and then you obtain that weird laggy effect
The text was updated successfully, but these errors were encountered:
PieChart widget has only the animationDuration parameter for handling the 'animation'.
I tried setting some values, but even with 8 seconds you can still see that repaint happening.
I event tried to wrap with RepaintBoundary but still happens
I wrapped the PieChart with a Hero widget in order to animate that between two pages.
When a switch to the second page the PieChart gets repainted.
I think the widget is painting as soon as the page loads, and the hero widget overrides that animation, and then you obtain that weird laggy effect
The text was updated successfully, but these errors were encountered: