Skip to content

Latest commit

 

History

History
111 lines (66 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

111 lines (66 loc) · 2.78 KB

0.2.7

Fixed issue when using a center key in the CustomScrollView when using MultiSliver.

0.2.6

Added alignment property to SliverCrossAxisConstrained.

0.2.5

Fixed issue where the maxPaintExtent was not calculated correctly in some rare cases.

0.2.4

Fixed formatting for pub analysis.

0.2.3

Fixed dev_dependency for pub analysis.

0.2.2

Fixed issue where small content of a MultiSliver would cause an exception when the overlap it got was larger.

0.2.1

This version essentially makes the SliverToBoxAdapter widget obsolete. MultiSliver now accepts RenderBox children directly!🎉

  • Accept box children of MultiSliver.
  • Fixed floating point rounding error that happens in debug mode.

0.2.0

BREAKING:

  • Migrated to nullsafety
  • All render objects are now part of the private api. If you want to depend on them as public API, please open an issue.

0.1.10

Further improved childScrollOffset of MultiSliver. MultiSliver now correctly passes the incoming precedingScrollExtent to the children.

0.1.9

Fixed edge cases for applyPaintTransform and childScrollOffset of MultiSliver.

0.1.8

Improved hit testing of positioned children in SliverStack.

0.1.7

Fixed issue where hit testing of positioned children in SliverStack failed.

0.1.6

Fixed issue where hit testing of a pinned SliverPinnedHeader failed.

0.1.5

Added SliverPinnedHeader

0.1.4+1

Fixes small layoutExtent issue in MultiSliver

0.1.4

Added SliverCrossAxisPadded

0.1.3

Added SliverCrossAxisConstrained with thanks to @remonh87

0.1.2+3

  • Improved handling of reverse scroll direction
  • Added insetOnOverlap parameter to SliverStack

0.1.2+2

Fixed a small analysis issue

0.1.2

Added the following widgets:

0.1.1

Updated readme and changelog links

0.1.0

Initial release including: