{"id":2099,"date":"2022-04-07T19:10:37","date_gmt":"2022-04-07T19:10:37","guid":{"rendered":"https:\/\/mdr.foobrdigital.com\/?p=2099"},"modified":"2022-04-07T19:10:37","modified_gmt":"2022-04-07T19:10:37","slug":"flutter-gridview","status":"publish","type":"post","link":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/2022\/04\/07\/flutter-gridview\/","title":{"rendered":"Flutter GridView"},"content":{"rendered":"\n<p>A grid view is a graphical control element used to&nbsp;<strong>show items in the tabular form<\/strong>. In this section, we are going to learn how to render items in a grid view in the Flutter application.<\/p>\n\n\n\n<p>GridView is a widget in Flutter that displays the items in a&nbsp;<strong>2-D array<\/strong>&nbsp;(two-dimensional rows and columns). As the name suggests, it will be used when we want to show items in a Grid. We can select the desired item from the grid list by tapping on them. This widget can contain&nbsp;<strong>text, images, icons<\/strong>, etc. to display in a grid layout depending on the user requirement. It is also referred to as a&nbsp;<strong>scrollable<\/strong>&nbsp;2-D array of widgets. Since it is scrollable, we can specify the direction only in which it scrolls.<\/p>\n\n\n\n<p>The grid view can be implemented in various ways, which are given below:<\/p>\n\n\n\n<ol><li>count()<\/li><li>builder()<\/li><li>custom()<\/li><li>extent()<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>A grid view is a graphical control element used to&nbsp;show items in the tabular form. In this section, we are going to learn how to render items in a grid view in the Flutter application. GridView is a widget in Flutter that displays the items in a&nbsp;2-D array&nbsp;(two-dimensional rows and columns). As the name suggests, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[550],"tags":[],"_links":{"self":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/2099"}],"collection":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/comments?post=2099"}],"version-history":[{"count":0,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/2099\/revisions"}],"wp:attachment":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/media?parent=2099"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/categories?post=2099"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/tags?post=2099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}