fling_gallery 0.1.0
fling_gallery: ^0.1.0 copied to clipboard
A Flutter layout widget that positions its children in tight rows.
Fling Gallery #
A Flutter widget that lays out its children into tight rows.
Overview #
This widget creates rows for its children not unlike a Wrap widget. However, unlike the Wrap widget, this widget tries to size its children so that they fit perfectly on each row.
The current implementation uses a greedy algorithm and thus may not optimally arrange items. In particular, the last row may not have enough items to fill it completely.