Decode GridView

Greg Perry
15 min readDec 6, 2019

An in-depth look at the GridView widget

Part of the Decode Flutter Series

The GridView class is described as a scrollable 2-dimensional array of widgets and offers up to five constructors to create such an array. In the GridView class page, you’ll find a simple example displaying a grid layout composed of two columns. Each column has three rows of verses from the Broadway musical, Hamilton.

--

--