fling_gallery library
A Flutter widget that lays out its children in tight rows.
Classes
- AStarGalleryLayout
- A layout strategy that attempts to optimize item fit across all rows using a variety of the A* algorithm.
- Gallery
- A widget that lays out its children into tight rows.
- GreedyGalleryLayout
- A layout strategy that fills rows with as many children as possible within some constraints, without concern for how that may affect future rows.