Flutter – CupertinoSLiverRefresh is not workign with SuperScaffold
as i have mentioned on the title, i have tried many ways to use the CupertinoSliverRefreshControl to work along with the superscaffold, but never successfull. body: CustomScrollView( slivers: [ CupertinoSliverRefreshControl( onRefresh: () { print("refreshing ..."); return ref.refresh(skillsProvider.future); }, // child:…