expansion_tile_list 1.0.2
expansion_tile_list: ^1.0.2 copied to clipboard
Provides a highly customisable list of expansion tiles with extensive options for appearance, animations, and control over expansion behaviour, while simplifying common features.
0.0.1 #
- Expansion Tile List release
0.1.0 #
- Added
trailingproperty which cascades to all the tiles - Added
trailingAnimationproperty which is aAnimatable<double> - Added
trailingAnimationBuilderproperty to customize the trailing widget animation - Added
trailingAnimationEnabledproperty which enabled/disabled trailing animation is true by default
0.1.1 #
- Bug fix for initialExpandedIndex/initialExpandedIndexes
trailingAnimationnot working - Added a better description for the package
1.0.0 #
- Renamed
trailingAnimationEnabledtoenableTrailingAnimation - Renamed
buildertotileBuilder - Removed
ExpansionTileList.radioin favor ofExpansionMode.singleproperty - Removed
trailingAnimationBuilderproperty in favor oftrailingAnimationproperty - Allow
trailingAnimationsupports anyAnimatabletype and not justTween<double>. - Added
separatorBuilderproperty to customize the separator between the tiles - Added
ExpansionModeproperty to specify the expansion mode of theExpansionTileList - Added
ExpansionMode.singlenamed constructor to expand only one tile at a time. - Added
ExpansionMode.multiplenamed constructor to expand multiple tiles at a time. - Added a new Widget
ExpansionTileItemto customize the tile appearance for better flexibility when compared toExpansionTile
1.0.1 #
- Documentation update
- Tested on minimum SDK version and updated the same in the pubspec.yaml
- Renamed typedef
IndexedExpansionTileAnimationtoIndexedValueExpansionTileAnimation
1.0.2 #
- Documentation update
- Fix dart format issues