ResponsiveGrid_Flutter icon indicating copy to clipboard operation
ResponsiveGrid_Flutter copied to clipboard

Responsive Grid Layout for Flutter

Results 13 ResponsiveGrid_Flutter issues
Sort by recently updated
recently updated
newest added

I am using flutter 2.10.4 and currently working on a windows desktop app. I use **ResponsiveGridList** to build a grid. Whenever I scroll I am getting the following exception: _**Another...

All the fields on last column are being reset when I resize the screen ![1](https://user-images.githubusercontent.com/91706339/155104884-2ea35229-dac2-4c8f-9fcc-52119c3bd1e8.png)

- add test (golden) - support for future change of flutter - get more example for web and desktop

It does not compile for web

Hey there, There are any way to improve scroll speed? I'm testing a ResponsiveGridList and for web the scroll speed is to slow. I'm using a ResponsiveGridList just inside a...

I want to set the value '0' to the size 'xs', however, it still appears on the screen.

Hello @mohamed-selim-a How can I implement load more when using this widget?

Hi I've created a ResponsiveGridList as shown in the image below. Since in my case the height of the widget will vary according to the number of items. I wanted...

**Error** ════════ Exception caught by rendering library ═════════════════════════════════════════════════════ The following assertion was thrown during performLayout(): BoxConstraints forces an infinite height. The offending constraints were: BoxConstraints(w=770.6, h=Infinity) The relevant error-causing widget...

Hello, It will be better if minSpacing is not a double but is a EdgeInsetsGeometry. For instance, ` minSpacing: 20, ` could be translated to ` minSpacing: EdgeInsets.all(20),` which will...