Closed HaardikBhagtani closed 2 years ago
Why are you using a ListView
inside a PagedSliverList
and a CustomScrollView
? That's why it doesn't work.
Try re-structuring your UI.
I'm closing the issue for now, but feel free to continue the discussion.
@EdsonBueno ListView.builder
is creating 10 VideoCard
as u can see. Each item of PagingController is having 10 VideoCards.
What is a alternative to this??
Try using a Column
.
How can I use Column
? Api can send atmost 10 VideoCard details
each time, according to data available in backend.
So, how to build VideoCard
in Column
upon I get data from api??
When refreshing using _pagingController.refresh(), getting this error and black screen
Code
Error