animated_accordion 1.0.0
animated_accordion: ^1.0.0 copied to clipboard
A Flutter package for creating animated expandable accordion-style widgets with multiple animation options.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2024-09-12 #
Added #
- Initial release of the
animated_accordionpackage. - Added support for three types of animations:
fade,scale, andslide. - Customizable
headerTitle,headerTextAlign,headerBackgroundColor, and more. - Users can provide custom header widgets.
- Option to maintain the expanded state of the accordion.
- Support for custom shapes for both the header and the content sections.
- Added customizable
contentHeightfor dynamic or fixed content heights. - Support for dynamic padding and alignment of header and content widgets.
- Animated transitions for opening and closing sections.
- Full customization of text color and text alignment for the header.