expandable_page_view 1.0.2 expandable_page_view: ^1.0.2 copied to clipboard
A PageView widget adjusting it's height to currently displayed page
1.0.2 #
- 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.
1.0.1 #
- Added missing key for PageView
- Added support for dynamically size changing widgets
1.0.0 #
- Added
ExpandablePageView
.