- Add option to disable keepAlives
- Stable null safety version
- LateInitializationError: Local
firstIndex
has not been initialized. (letsar#151)
- Support for state restoration
- Null Safety Support
- KeepAliveBucket logic, should improve performances
- Support for state restoration.
- Flutter version dependency.
- Static analysis issues.
- Upgrade to AndroidX and fixes the BoxHitTestResult exception (letsar#49)
- Better fix for the bug where items are built only once.
- Fix a bug where items are built only once.
- Use the new SliverWithKeepAliveWidget.
- Dart 2.1 mixin support.
- Fix the rtl support (letsar#17).
- Add Dart 2 support.
- Fix #10
StatefulWidget.createState must return a subtype of State<AutomaticKeepAliveVariableSizeBox>
.
- Add a way to let the tile's content to define the tile's extent in the main axis.
- Add
fit
constructor toStaggeredTile
.
- Add
countBuilder
andextendBuilder
constructors toSliverStaggeredGrid
- Remove Flutter SDK constraint
- Remove update Flutter SDK constraint
- Fix images in readme
- Add dynamic resizing demo
- Initial Open Source release