- A StickyHeaderController to get the scroll offset of the current sticky header.
- A sticky parameter to specify whether the header is sticky or not.
- Updated SDK constraint to support new error message formats.
- Updated error message formats
- Print call for headerPosition
- Overlap support
- Dart 2 support
- Hit test implementation (letsar#7)
SliverStickyHeaderState
class. This state hasscrollPercentage
andisPinned
properties and it's passed to theSliverStickyHeaderBuilder
when it changes.
- The second parameter for
SliverStickyHeaderWidgetBuilder
takes now aSliverStickyHeaderState
instead of a double.
sliverStickyHeaderScrollNotifier
argument inSliverStickyHeader
constructor.
- Rewrite how to notify the scroll percentage, so that the it does not lag by one frame.
- Initial Open Source release.