Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 659 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 659 Bytes

1.0.5

  • Fixed IndexOutOfBounds error if children list's length or itemCount was changed to different value from stateful widget.

1.0.4

  • Added null safety.

1.0.3

  • Updated README.

1.0.2

  • Added animateFirstPage flag which decided whether or not ExpandablePageView should animate when building the initial page.
  • Added estimatedPageSize field which helps reduce the problem of "Shrink and expand" for more expensive pages.
  • Removed disposing of PageController if it was passed by the parent.

1.0.1

  • Added missing key for PageView
  • Added support for dynamically size changing widgets

1.0.0

  • Added ExpandablePageView.