Closed Purus closed 3 years ago
Hi @Purus .
The RefreshIndicator
must be above the CustomScrollView
, not above the PagedSliverList
.
This might not work when the list component is created as a reusable widget across multiple screens. Please correct me if I am wrong.
If with "not work" you mean you can't have the RefreshIndicator
inside the reusable widget, then yes! But only if you're using Slivers...
Anyway, you already have to place your CustomScrollView
outside of the reusable widget every time. Right?
When using the
RefreshIndicator
am getting the below exception. If I remove theRefreshIndicator
widget, all works fine as expected. The widget shown below is used in other widgets which usesCustomScrollView
.Below is the exception.