responsive_grid 1.3.0 copy "responsive_grid: ^1.3.0" to clipboard
responsive_grid: ^1.3.0 copied to clipboard

outdated

Responsive Grid Layout and List for Flutter

1.3.0 Apr 4, 2021 #

  • ResponsiveGridRow now has property rowSegments, 12 by default instead of dividing the columns in a ResponsiveGridRow to 12 segments you can now set the number of segments as you like

1.2.1 Aug 23, 2020 #

  • ResponsiveGridList uses ListView.builder for better performance

1.2.0 Jun 20, 2020 #

  • added property ResponsiveGridRow.crossAxisAlignment default value CrossAxisAlignment.start
  • added property ResponsiveGridList.rowMainAxisAlignment default value MainAxisAlignment.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.
269
likes
20
points
15.1k
downloads

Publisher

unverified uploader

Weekly Downloads

Responsive Grid Layout and List for Flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_grid