I am new to Flutter development, I have a ListView.Builder which returns me some items. The case is, I want to have another listview within the parent one which will paginate on scroll in flutter.
I searched for flutter documentation and packages, but it is said it is not recommended. I have to implement it anyhow, can anyone suggest a solution for this?