flutter_staggered_grid_view 0.5.0-dev.8 flutter_staggered_grid_view: ^0.5.0-dev.8 copied to clipboard
Provides a collection of Flutter grids layouts (staggered, masonry, quilted, woven, etc.).
0.5.0-dev.8 #
Changed #
- Make the
childCount
parameter ofSliverMasonryGrid
constructors, nullable and not required.
0.5.0-dev.1 #
Changed #
- Complete rewriting of the package. It comes now with 5 differents grid layouts (Staggered, Masonry, Quilted, Woven, Staired).
0.4.0-nullsafety.3 #
Fixed #
- LateInitializationError: Local
firstIndex
has not been initialized. (https://github.com/letsar/flutter_staggered_grid_view/issues/151)
0.3.0 #
Fixed #
- Upgrade to AndroidX and fixes the BoxHitTestResult exception (https://github.com/letsar/flutter_staggered_grid_view/issues/49)
0.2.3 #
Fixed #
- Fix the rtl support (https://github.com/letsar/flutter_staggered_grid_view/issues/17).
0.2.2 #
- Add Dart 2 support.
0.2.1 #
- Fix #10
StatefulWidget.createState must return a subtype of State<AutomaticKeepAliveVariableSizeBox>
.
0.2.0 #
- Add a way to let the tile's content to define the tile's extent in the main axis.
- Add
fit
constructor toStaggeredTile
.
0.1.4 #
- Add
countBuilder
andextendBuilder
constructors toSliverStaggeredGrid
0.1.3 #
- Remove Flutter SDK constraint
0.1.2 #
- Remove update Flutter SDK constraint
0.1.1 #
- Fix images in readme
- Add dynamic resizing demo
0.1.0 #
- Initial Open Source release