Create a Horizontal List in Flutter
A horizontal scroll list is a collection of items that we can scroll horizontally. For the simplest example let’s take Amazon. We can horizontally scroll between products on Amazon. In this tutorial, we are going to discuss how we can create a horizontal list in Flutter. We will discuss two ways to create a horizontal […]
Create a Horizontal List in Flutter Read More »