ResponsiveGrid_Flutter
ResponsiveGrid_Flutter copied to clipboard
Responsive Grid Layout for Flutter
Is there a way to size the text automatically for size detected with this plugin, or do we have to use different methods?
Hi, Say you have a million grid cells, how do you use this package for that usecase? In plain flutter/dart you'd use a `ListView.builder` to build items on-demand and therefore...
My children for GridList are containers which has columns of text and calendar like table. I can see that grid is squeezing text but does nothing to the table. I...