flutter_staggered_grid_view
GitHub describes it as A Flutter staggered grid view. The repository metadata lists Dart as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
letsar/flutter_staggered_grid_view: Getting started
GitHub describes it as A Flutter staggered grid view. The repository metadata lists Dart as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as A Flutter staggered grid view. The repository metadata lists Dart as its primary language. The metadata lists the MIT license. The README describes the project this way: For help getting started with Flutter, view the online [documentation][flutter documentation].
Layouts
The README section "Layouts" states: This package contains various grid layouts. In the following section, you'll discover each one of them. The explanation of the layout will always considered a top-to-bottom and left-to-right directions to simplify the description. However it is possible to change these directions in the code.
Staggered
The README section "Staggered" states: This layout is intended for a small number of items. I didn't find, for the moment, a performant algorithm which would work in a Sliver context, that's why this is not a GridView and therefore there are no SliverStaggeredGrid .
Masonry
The README section "Masonry" states: This layout facilitates the browsing of uncropped peer content. Container heights are sized based on the widget size.
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes