responsive_grid 2.4.4 responsive_grid: ^2.4.4 copied to clipboard
Responsive Grid Layout and List for Flutter
[2.4.0] - Jun 18, 2023 #
ResponsiveLocalWidget
andResponsiveLocalBuilder
provide a responsive Widget or Builder for its own width, not the viewport's, they are just wrappers on top of flutterLayoutBuilder
[2.3.0] - Jun 8, 2023 #
ResponsiveStaggeredGridList
[2.2.0] - Mar 13, 2023 #
ResponsiveWidget
,ResponsiveBuilder
andresponsiveValue()
- some fixes from grateful PRs
[2.1.0] - Apr 20, 2022 #
- Added
ResponsiveGridBreakpoints
for override default breakpoints - Added optional
debug
property atinitScaling()
function - Added
key
property atResponsiveGridRow
,ResponsiveGridCol
,ResponsiveGridList
widgets
[2.0.0] - Apr 5, 2021 #
- Migrate to null safety
[1.3.0] - Apr 4, 2021 #
ResponsiveGridRow
now has propertyrowSegments
, 12 by default instead of dividing the columns in aResponsiveGridRow
to 12 segments you can now set the number of segments as you like
[1.2.1] - Aug 23, 2020 #
ResponsiveGridList
usesListView.builder
for better performance
[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.