...

/

Custom Grid for Special Cases

Custom Grid for Special Cases

Learn to create your own custom grid when you need to adapt the number of rows and columns to the screen's width.

In most Flutter smartphone applications, widgets that need to be repeated on the screen are often implemented using ListView widgets. These widgets might not scale well when the same application is run on larger screens. For example, the application in the code below has a list of courses on the first screen.

Access this course and 1400+ top-rated courses and projects.