responsive_grid 1.2.0
responsive_grid: ^1.2.0 copied to clipboard
Responsive Grid Layout and List for Flutter
1.2.0 Jun 20, 2020 #
- added property
ResponsiveGridRow.crossAxisAlignment
default valueCrossAxisAlignment.start
- added property
ResponsiveGridList.rowMainAxisAlignment
default valueMainAxisAlignment.start
1.1.1 Nov 19, 2019 #
- (beta) use the scale() global function to scale font size, margin, padding, width, etc, but you must call initScaling() before
1.1.0 Nov 9, 2019 #
- you can set the ResponsiveGridList to be rendered as a Column not a List (not scrollable), by setting 'scroll' to false
1.0.1 Jul 28, 2019 #
- initial release.