How to make a responsive GridView() whose cell sizes change?
I want to create a responsive GridView()
but just about everything I find discusses ways to do so that involve adjusting the number of cells in the grid’s rows and columns. That’s not what I’m trying to do; I’m using a SliverGridDelegateWithFixedCrossAxisCount()
.
Height of text field breaks when used inside GridView.count
I render some widgets using SingleChildScrollView
and Column
. Because the app can run on mutiple dimensions so I want to render the widgets sometimes in pairs like each 2 text fields beside each other and so on.