Questions tagged [flutter-gridview]

93 questions
-1
votes
3 answers

Remove space for item in gridew.builder flutter

I am using Gridview.builder to show dynamic item count in a row with the help of crossAxisCount. if crossAxisCount is 3 then 3 items are showing on grid. But It is showing top and bottom space(item space,not thein between space of items) for every…
kartheeki j
  • 2,206
  • 5
  • 27
  • 51
-2
votes
1 answer

A RenderFlex overflowed by 23 pixels on the bottom

How do I resolve the exception "A RenderFlex overflowed by 23 pixels on the bottom." In my app, I created Gridview. but getting RenderFlex every single time when I run my code. I wrap Gridview with expnded add scrollDirection:…
Mrunal
  • 578
  • 2
  • 21
  • 39
1 2 3 4 5 6
7