expansion_tile_group 2.3.0
expansion_tile_group: ^2.3.0 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.
2.3.0 #
- Update
ExpansionTileGroupwith new parameterskeepState.- Avoid column main axis use all available space. Thanks for #53
2.2.0 #
- New Feature:
- Only trailing can toggle the state:
isOnlyTrailingDoToggle#42
- Only trailing can toggle the state:
- Update
- Example with new feature
2.1.0 #
- New Feature:
- Add new way to implement group feature: ExpansionGroupController
- Update
- Example with new feature
- Optimize code and improve performance
2.0.0 #
- BIG UPDATE!!
- New Feature:
- Add new item type:
ExpansionTileCardalso be calledExpansionTileItem.cardinspired by expansion_tile_card
- Add new item type:
- BREAKING CHANGE:
- Rename:
ExpansionTileCustomtoExpansionTileCore - Rename:
ExpansionTileBorderItemtoExpansionTileOutlined - Rename:
ExpansionTileWithoutBorderItemtoExpansionTileFlat - Rename:
ExpansionTileLeafItemtoExpansionTileLeaf - Rename:
ExpansionTileItem.withBordertoExpansionTileItem.outlined - Rename:
ExpansionTileItem.withoutBordertoExpansionTileItem.flat
- Rename:
- Update example
- Add Fantasy samples
- Action Card Card
- Action Drop Card
- Action Progress Card
- Action Stretch Card
- Add Fantasy samples
Check out Example Demo
1.2.8 #
- Update documentation
1.2.6 #
- New Feature:
- Added trailing builder #41
- New Item Type:
ExpansionTileLeafItem - New way to call variants of
ExpansionTileItem:ExpansionTileItem.withBordersimilar withExpansionTileBorderItemExpansionTileItem.withoutBordersimilar withExpansionTileWithoutBorderItemExpansionTileItem.leafsimilar withExpansionTileLeafItem
- Fix:
- Title and subtitle overflow fix #44
- Update examples
- Update README with shorter and easier to read
1.2.5 #
- New feature:
- Hide subtitle on view expanded #45
- Update examples
- BREAKING CHANGE:
- Rename:
ToggleType.expandAllAndCollapseAlltoToggleType.expandAllOrCollapseAll
- Rename:
1.2.3 #
- Update removing default vertical padding via
isDefaultVerticalPadding - Improvement with PR #36
1.2.2 #
- Implement removing default vertical padding via
isDefaultVerticalPadding
1.2.1 #
- Fix bug
1.2.0 #
- Update new flutter SDK version to 3.7 and fix warning from analyze
- BREAKING CHANGE:
theme.textTheme.subtitle1is deprecated. UsetitleMediuminstead
1.1.9 #
- Format files
1.1.8 #
- Improve force expansion behavior for
ExpansionTileGroup
1.1.7 #
- Added feature:
- Can force control behaviors of an item: expand or collapse via
isEnableExpanded
- Update examples
1.1.6 #
- Update Readme
1.1.2 #
- Update Readme
- Add labelers
1.1.1 #
- Optimized conditions between properties
1.1.0 #
- BREAKING CHANGE
- Added conditions between properties of
ExpansionTileItem
- Added conditions between properties of
1.0.3 #
- Updated Readme
1.0.2 #
- Updated Readme
1.0.1 #
- Updated Readme
- Temporary remove funding
- BREAKING CHANGE:
- Fix spell:
expandAllAndCollapseALltoexpandAllAndCollapseAll
- Fix spell:
1.0.0 #
- Removed readme of example
- Added feature:
- Can remove completely the
trailingincluded: area, arrow icon, withisHasTrailingflag
- Can remove completely the
0.0.1 #
- Initial package