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.
Get hands-on with 1400+ tech skills courses.