Desktop flexible grid amount of content in a row

253 views Asked by At

I have problem designing inside a flexible a grid where it can go from 3 item in a row on full screen to be 1 item in a row on the smallest allowed size of the application, is there a widget or guide for this?

1

There are 1 answers

2
manu On

use ResponsiveGridList from the package https://pub.dev/packages/responsive_grid. It is simple and well documented. I used once already, it fitted my needs perfectly.