animated_accordion
A Flutter package for creating animated expandable accordion-style widgets with multiple animation options.
1.1.2
83 downloads/mo
#2433 most downloaded on pub.dev
mhmetglrq/animated_accordion
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
4 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Sep 2024 to Sep 2024
2025
2026
Releases
latest 4-
1.1.216 Sep 2024Release notes
Open source →Changed
- README Updated: Refined and enhanced the README documentation for better clarity and user understanding.
-
1.1.116 Sep 2024Release notes
Open source →Changed
- API Reference: Updated the API reference documentation for clarity and consistency.
-
1.1.016 Sep 2024Release notes
Open source →Added
- Animations: Introduced multiple new animation types for content transitions:
fade: Fades the content in and out.slide: Slides the content in and out horizontally.scale: Scales the content from smaller to normal size.rotate: Rotates the content.flip: Adds a 3D flip animation effect.fadeScale: Combines both fade and scale animations.slideFade: Combines both slide and fade animations.bounce: Adds a bounce effect for content entrance.shrink: Shrinks the content in and out.blur: Adds a blur effect to the content.
Changed
- Animations Control: The
_initializeAnimations()function has been updated to dynamically handle the newly added animations for smooth and flexible transitions. - Custom Header: Added more flexible customizations to the accordion header, including:
headerTextColor: Set custom colors for the header text.headerTextAlign: Control the alignment of the header text (left, center, right).headerPadding: Customize padding around the header.
- Content Styling: Enhanced customization options for content:
contentBackgroundColor: Allows setting a background color for the content area.contentGradient: Added support for gradients in the content area.contentBorder: Allows setting a custom border for the content area.contentImage: Enables adding an image to the background of the content.contentBorderRadius: Customize the border radius of the content area for rounded corners.contentAlignment: Align the content inside the accordion with custom alignment.
Fixed
- Fixed issue where content height was not properly adjusting based on the number of widgets inside the accordion.
- Resolved problems with animation not completing properly when switching between different accordion states.
Removed
- None.
- Animations: Introduced multiple new animation types for content transitions:
-
1.0.012 Sep 2024Release notes
Open source →Initial Release
- Added basic accordion functionality.
- Supported animations:
fade,slide,scale. - Customizable header with
headerTitle,headerLeading,headerTrailing, and more.