- Fixed
IndexOutOfBounds
error if children list's length or itemCount was changed to different value from stateful widget.
- Added null safety.
- Updated README.
- Added
animateFirstPage
flag which decided whether or notExpandablePageView
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.
- Added missing key for PageView
- Added support for dynamically size changing widgets
- Added
ExpandablePageView
.