flutter_staggered_grid 0.0.2
flutter_staggered_grid: ^0.0.2 copied to clipboard
Provides staggered, masonry, quilted, woven, and staired grid layouts for Flutter.
0.0.1 #
Changed #
- Forked the upstream 0.7.0 package into
flutter_staggered_grid. - Updated the package metadata and example app to use the new fork name.
- Raised the SDK constraints so the fork can target current Dart 3 based Flutter releases.
0.6.0 #
0.5.0-dev.8 #
Changed #
- Make the
childCountparameter ofSliverMasonryGridconstructors, 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.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
fitconstructor toStaggeredTile.
0.1.4 #
- Add
countBuilderandextendBuilderconstructors 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