expansion_tile_group 1.2.8 expansion_tile_group: ^1.2.8 copied to clipboard
Overcome the limitations of the standard ExpansionTile widget by incorporating highly customizable widgets that fully extend its functionality. And more awesome features.
expansion_tile_group #
Enhance your Flutter apps with this advanced ExpansionTile package! This package overcomes the limitations of the standard ExpansionTile widget by incorporating highly customizable widgets that fully extends
its functionality.
These widgets can be seamlessly grouped and their interactions easily managed, offering you unparalleled control and flexibility.
Overview #
Check out Example
Or our Documentation
Features #
Item features:
ExpansionTileItem
fullyextends
standard ExpansionTile functionality.- Supported many commonly type of
ExpansionTileItem
UIs:ExpansionTileBorderItem
,ExpansionTileWithoutBorderItem
,ExpansionTileLeafItem
. - Easily control behaviors of an
ExpansionTileItem
from anywhere. - Can easily custom or add decoration into an
ExpansionTileItem
withBorder
,BorderRadius
,Shadow
, orBoxDecoration
. - Can remove completely the
trailing
, included: area, arrow icon. So that thetitle
can be extended the width. Just usingisHasTrailing
. - Can force behavior of an expansion item until a condition is successful.
- Can remove completely default vertical title padding of ExpansionTile.
- Can Hide subtitle on Expanded view.
- Can change default Trailing Icon with keeping default rotate animation.
Group features:
- Can group
ExpansionTileItem
s together and manage them. - Easily manage interactions of items in group with supported type:
ExpandOnlyCurrent
,ExpandAll
,CollapseAll
,ExpandAllOrCollapseAll
,expandAlwaysCurrent
. - Can listen to any item changed behavior in the group.
- Can add the space between items in the group.
Documentation #
See the API documentation for details on the following topics:
FAQ #
You can read the FAQ here: FAQ
Sponsoring #
If this package or any other package I created is helping you, please consider sponsoring me so that I can take time to update this package.
OR
Contributions #
Feel free to contribute to this project. Check more Contributing guide
I'd really appreciate it if you know any common ExpansionTile UIs and give the PR.
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.