muhammad369 / ResponsiveGrid_Flutter

Responsive Grid Layout for Flutter
MIT License
88 stars 27 forks source link

Question: Is there a way where we can force the grid to consider the width of the widget instead of the window size? #33

Closed gowda-nirmal closed 1 year ago

gowda-nirmal commented 1 year ago

I have a form designer as shown below.

image

Can we in any way force the grid to take the size of the GridPaper for calculating the screenWidth vs the actual screenWidth?

Ex: When I set the GridPaper size to Small, grid should switch to "xs".

gowda-nirmal commented 1 year ago

Sorry, my bad. I was able to achieve the required results. Thanks,