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
Was trying it with SliverList but this the error I get:
A RenderViewport expected a child of type RenderSliver but received a child of type _ShimmerFilter.
A RenderViewport expected a child of type RenderSliver but received a child of type RenderErrorBox.
The text was updated successfully, but these errors were encountered:
RenderBoxes can't be used as slivers. I'm not sure if a new widget would have to be created for this package or it can be wrapped in some kind of sliver like SliverToBoxAdapter.
Was trying it with SliverList but this the error I get:
A RenderViewport expected a child of type RenderSliver but received a child of type _ShimmerFilter.
A RenderViewport expected a child of type RenderSliver but received a child of type RenderErrorBox.
The text was updated successfully, but these errors were encountered: