how to make section 1 carousel horizontal and section 2 listview builder vertical with infintescroll flutter
I try using API and want create example news app there is a problem when combining with columns, horizontal and vertical and infinitescroll
how to make section 1 carousel horizontal and section 2 listview builder vertical with infintescroll flutter
I try using API and want create example news app there is a problem when combining with columns, horizontal and vertical and infinitescroll
2
Answers
problem, is section 2 using listview builder vertical with infinite scroll not working, can make infinite scroll Is it possible in one page?
You can use the flutter_carousel_widget: package. Documentation for this package https://pub.dev/packages/flutter_carousel_widget
You can also review my code as an example. (I didn’t bother with the design, I just wanted to show you what it looks like when it works)
Example:
Output:
I hope I have helped.