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 setted the animateTransitions to true to make the firstPage loading with a fade transition, but each time a new page is added, it's the entire list that is re-build, not only the widget I setted in the newPageProgressIndicatorBuilder, the problem is that adding new page is very slow and laggy with animations because it rebuild the entire list internally with sliverAnimatedSwitcher, but it's not laggy when animateTransitions is false
How can I set the animateTransitions only at firstPageProgressIndicatorBuilder but not at newPageProgressIndicatorBuilder ?
Is it normal that the entire list is animated only for add the newPageProgressIndicatorBuilder at the bottom of the list ?
Thanks !
The text was updated successfully, but these errors were encountered:
alexismoret
changed the title
Animation rebuilds the entire list at every request
newPageProgressIndicatorBuilder with animation rebuilds the entire list - but it's very laggy
Aug 24, 2022
Hello,
I setted the animateTransitions to true to make the firstPage loading with a fade transition, but each time a new page is added, it's the entire list that is re-build, not only the widget I setted in the newPageProgressIndicatorBuilder, the problem is that adding new page is very slow and laggy with animations because it rebuild the entire list internally with sliverAnimatedSwitcher, but it's not laggy when animateTransitions is false
How can I set the animateTransitions only at firstPageProgressIndicatorBuilder but not at newPageProgressIndicatorBuilder ?
Is it normal that the entire list is animated only for add the newPageProgressIndicatorBuilder at the bottom of the list ?
Thanks !
The text was updated successfully, but these errors were encountered: