expandable_plus 0.1.0
expandable_plus: ^0.1.0 copied to clipboard
A maintained, drop-in successor to expandable with accordion groups, configurable header padding, and a fix for body-tap toggling.
0.1.0 #
First release, continuing the expandable package.
- Keeps the public API of
expandable5.0.1, so existing code works after changing the import. - Accordion groups through
ExpandableGroupController, so sibling panels can be made mutually exclusive, with anallowAllCollapsedoption to keep one panel open (expandable issue #8). headerPaddingonExpandableThemeDatato control the space around the header (expandable issue #72).- Body taps now toggle a standalone
ExpandablePanel(expandable issue #50). - A worked example that compiles and runs (expandable issue #114).