Sanjib Sinha posted: " Photo by photoswithgabe on Unsplash Today, we'll take a close look at the GridView.builder constructor in flutter. How it works, how it scrolls and more. As the name suggests, a GridView builder in Flutter builds a View of Grids. Technically GridVi"
Today, we'll take a close look at the GridView.builder constructor in flutter. How it works, how it scrolls and more.
As the name suggests, a GridView builder in Flutter builds a View of Grids. Technically GridView is a widget or controller that controls elements to show items in a tabular form.
GridView displays the items in two dimensional array. That means Rows and Columns.
We can place many items in that way on the home screen of a Flutter app.
In addition to that, we can make those items clickable so we can click them and navigate to a detail page.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.