accordion_sliver_app_bar 0.0.8
accordion_sliver_app_bar: ^0.0.8 copied to clipboard
A widget that provides a dynamic sliver app bar that expands and collapses its children based on priorities.
0.0.8 #
- Added
safeAreaparameter toAccordionSliverAppBarto control whether the safe area is added to the app bar.
0.0.7 #
- Updated README
0.0.6 #
- Moved demo gif file to example
- Bug fix
0.0.5 #
New Features and Enhancements
- Built-in safe area handling ensures consistent behavior across devices.
- Custom animation support via
animatedBuilderinAccordionSliverChildallows for flexible child transitions. - Added
backgroundandbackgroundOverlayBuilderfor enhanced visual customization. - A widget cache improves performance by storing rendered widgets for different states.
- Introduced a new
staticVanishfactory method forAccordionSliverChild, enabling static children that vanish when collapsed.
Breaking Changes
- The constructor no longer accepts a delegate, requiring direct property updates.
AccordionSliverChildnow usesexpandedHeight,collapsedHeight, and other new properties, necessitating updates to child definitions.- Factory methods for
AccordionSliverChildhave new signatures, requiring adjustments in usage.
0.0.4 #
- Some bug fixes
- Added
AccordionSliverChild.staticto make an static child - In
AccordionSliverChild.vanishchanged the name of child fromexpandedtochild - Added
backgroundBuildertoAccordionSliverDelegatefor background customization
0.0.3 #
- initial release.