Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

85 lines (63 loc) · 1.66 KB

0.4.1

Changed

  • Add option to disable keepAlives

0.4.0

Changed

  • Stable null safety version

0.4.0-nullsafety.3

Fixed

  • LateInitializationError: Local firstIndex has not been initialized. (letsar#151)

0.4.0-nullsafety.2

Added

  • Support for state restoration

0.4.0-nullsafety.1

Added

  • Null Safety Support

0.3.4

Fixed

  • KeepAliveBucket logic, should improve performances

0.3.3

Added

  • Support for state restoration.

0.3.2

Fixed

  • Flutter version dependency.

0.3.1

Fixed

  • Static analysis issues.

0.3.0

Fixed

  • Upgrade to AndroidX and fixes the BoxHitTestResult exception (letsar#49)

0.2.7

Fixed

  • Better fix for the bug where items are built only once.

0.2.6

Fixed

  • Fix a bug where items are built only once.

0.2.5

Changed

  • Use the new SliverWithKeepAliveWidget.

0.2.4

Fixed

  • Dart 2.1 mixin support.

0.2.3

Fixed

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 to StaggeredTile.

0.1.4

  • Add countBuilder and extendBuilder constructors to SliverStaggeredGrid

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