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
So found a bug where it doesn't respect animateTransitions true when the firstPageProgressIndicatorBuilder is lets say a shimmer but the list is empty and it shows the default texts for no more items. it doesn't animate from firstPageProgressIndicatorBuilder child to no more items default no more items texts.
Thank you for bringing this issue to our attention. I have fixed animating between first page loading, error and empty pages in the new package version 5.
At the current moment, it seems animating between new page loading indiactors, errors and items is also not functional, due to how these are built internally. Right now I cannot come up with a solution for that.
Description
So found a bug where it doesn't respect animateTransitions true when the firstPageProgressIndicatorBuilder is lets say a shimmer but the list is empty and it shows the default texts for no more items. it doesn't animate from firstPageProgressIndicatorBuilder child to no more items default no more items texts.
Package Version
4.0.0
Platform
Android, iOS
Code sample
Code sample
The text was updated successfully, but these errors were encountered: