Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 904 Bytes

0.4.0

  • Updated SDK constraint to support new error message formats.
  • Updated error message formats

0.3.4

Removed

  • Print call for headerPosition

0.3.3

Added

  • Overlap support

0.3.2

Added

  • Dart 2 support

0.3.1

Fixed

0.3.0

Added

  • SliverStickyHeaderState class. This state has scrollPercentage and isPinned properties and it's passed to the SliverStickyHeaderBuilder when it changes.

Changed

  • The second parameter for SliverStickyHeaderWidgetBuilder takes now a SliverStickyHeaderState instead of a double.

0.2.0

Removed

  • sliverStickyHeaderScrollNotifier argument in SliverStickyHeader constructor.

Changed

  • Rewrite how to notify the scroll percentage, so that the it does not lag by one frame.

0.1.0

  • Initial Open Source release.