Student Reviews
( 5 Of 5 )
1 review
Video of 34- Flutter GridView (Arabic) in Flutter course by Code2Start - Mohamed Fathy Taha channel, video No. 34 free certified online
In some cases, you might want to display your items as a grid rather than a normal list of items that come one after the next. For this task, use the GridView widget.
The simplest way to get started using grids is by using the GridView.count() constructor, because it allows you to specify how many rows or columns you’d like.