Scrolling horizontally in Flutter…
Scrolling horizontally in Flutter
All in one Flutter Resource: https://flatteredwithflutter.com/horizontal-scrolling-list-in-flutter/
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. (Like a boss :p) Sorry if I am late.
Articles related to Flutter:
Keeping all the programming failures upto myself only :p
Find the program at https://github.com/AseemWangoo/flutter_programs
P.S……………