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
when I try to wrap SliverList with SmartRefersher inside CustomScrollView it gives me this error -> A RenderViewport expected a child of type RenderSliver but received a child of type _RenderLayoutBuilder.
The relevant error-causing widget was
SmartRefresher
so I hope that anyone can customize SmartRefersher with some thing like SliverSmartRefersher to make it possible to add it as a child of CustomScrollView
this is the code that I want to achieve, what's give me the above error
The text was updated successfully, but these errors were encountered:
abdullahalamodi
changed the title
add possibility to return convert return RenderSliver instead of _RenderLayoutBuilder
add possibility to return RenderSliver instead of _RenderLayoutBuilder
Jan 4, 2023
when I try to wrap SliverList with SmartRefersher inside CustomScrollView it gives me this error ->
A RenderViewport expected a child of type RenderSliver but received a child of type _RenderLayoutBuilder.
The relevant error-causing widget was
SmartRefresher
so I hope that anyone can customize SmartRefersher with some thing like SliverSmartRefersher to make it possible to add it as a child of CustomScrollView
this is the code that I want to achieve, what's give me the above error
The text was updated successfully, but these errors were encountered: