Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 909 Bytes

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 909 Bytes

1.1.1

  • Fix scroll position issue in animateTo() method (#4).
  • Remove invalid null aware operator.

1.1.0

  • Add ScrollableStickyContainerBuilder for building scrollable header widget (#3).
  • Update README and examples.

1.0.5

  • Fix an issue caused by optimizing performance.

1.0.4

  • Optimize performance.

1.0.3

  • Improve debugging properties.
  • Fix the problem of pixels being inaccurate in some cases.
  • Update the feature of jumping to the specified header widget.
  • Add the grouping feature of the header widget.
  • Remove scrollController property.
  • Fix the problem that stickyAmount is invalid.
  • Update README and examples.

1.0.2

  • Update README.

1.0.1

  • Support for earlier version of dart sdk.
  • Update README and examples.

1.0.0

  • Initial version.