flutter_layout_grid 0.7.0
flutter_layout_grid: ^0.7.0 copied to clipboard
A grid-based layout system for Flutter, inspired by CSS Grid Layout
0.7.0 #
- Add extension method support for grid item placement — Widget.withGridPlacement
0.6.3 #
- Fix broken badge links in README
0.6.2 #
- Fix several bugs in the examples
- Add intrinsic-size computing functions. I don't know if they're right yet, but it's a start.
0.6.1 #
- Size grid minimally if an infinite constraint is provided
0.6.0 #
- Supply grid items with loose constraints, not tight
0.5.3 #
- README tweak
0.5.2 #
- Add a license (MIT)
0.5.1 #
- Dependency version fix
0.5.0 #
- First version. See the README.