- Update
ExpansionTileGroupwith new parameterskeepState.- Avoid column main axis use all available space. Thanks for #53
- New Feature:
- Only trailing can toggle the state:
isOnlyTrailingDoToggle#42
- Only trailing can toggle the state:
- Update
- Example with new feature
- New Feature:
- Add new way to implement group feature: ExpansionGroupController
- Update
- Example with new feature
- Optimize code and improve performance
- 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
- Update documentation
- 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
- New feature:
- Hide subtitle on view expanded #45
- Update examples
- BREAKING CHANGE:
- Rename:
ToggleType.expandAllAndCollapseAlltoToggleType.expandAllOrCollapseAll
- Rename:
- Add new toggle type for group:
ExpandAlwaysCurrent#39 - Update examples
- Update removing default vertical padding via
isDefaultVerticalPadding - Improvement with PR #36
- Implement removing default vertical padding via
isDefaultVerticalPadding
- Fix bug
- Update new flutter SDK version to 3.7 and fix warning from analyze
- BREAKING CHANGE:
theme.textTheme.subtitle1is deprecated. UsetitleMediuminstead
- Format files
- Improve force expansion behavior for
ExpansionTileGroup
- Added feature:
- Can force control behaviors of an item: expand or collapse via
isEnableExpanded
- Update examples
- Update Readme
- Update Readme
- Add labelers
- Optimized conditions between properties
- BREAKING CHANGE
- Added conditions between properties of
ExpansionTileItem
- Added conditions between properties of
- Updated Readme
- Updated Readme
- Updated Readme
- Temporary remove funding
- BREAKING CHANGE:
- Fix spell:
expandAllAndCollapseALltoexpandAllAndCollapseAll
- Fix spell:
- Removed readme of example
- Added feature:
- Can remove completely the
trailingincluded: area, arrow icon, withisHasTrailingflag
- Can remove completely the
- Initial package