Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.07 KB

0.4.2

Added

  • A StickyHeaderController to get the scroll offset of the current sticky header.

0.4.1

Added

  • A sticky parameter to specify whether the header is sticky or not.

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.