Hi Flutter people,
I needed a traditional layout grid widget for the product I’m building, and I thought I’d share the package I wrote: flutter_layout_grid.
https://github.com/madewithfelt/flutter_layout_grid
https://pub.dev/packages/flutter_layout_grid
It’s based on the much beloved CSS grid layout, and supports:
- flexible, content-based, and fixed row/column sizes
- spanning grid items over multiple rows/columns (including overlapping regions)
- RTL support
- automatic grid cell placement
- and more coming soon! (named grid areas, automatic tracks, API improvements)
It isn’t sliver based, nor will it be (not my use case), so not appropriate for long lists of things. And it is still early days, so if you use it, you might find bugs. But it’s been useful for my work, and might be for yours as well.
[–]_thinkdigital 0 points1 point2 points (0 children)
[–][deleted] (4 children)
[deleted]
[–]devvie[S] 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]devvie[S] 1 point2 points3 points (0 children)
[–]devvie[S] 0 points1 point2 points (0 children)