As an early bird to flutter, I make a point to read the flutter documentation (or maybe see the posts on Medium). As usual I was going through different components of Flutter framework, which left me stunned :).
One component that has always fascinated me was ListView (be the Recycler View in Android). But already work was done and programs were published featuring ListView.
Every knight has a story.
So I needed to do something different…Hmmmm…
I decided to program a list which would scroll horizontally.

Video demonstration :
Complete source code : https://github.com/AseemWangoo/flutter_programs/blob/master/HorizontalListView.dart
P.S………….